Always use parallel for coverage measurement

This commit is contained in:
Ned Batchelder
2018-09-10 11:29:54 -04:00
parent 45a0b549b1
commit e5f5f50a1c
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ omit =
openedx/features/*/migrations/*
concurrency=multiprocessing
parallel = true
[report]
ignore_errors = True

View File

@@ -2,6 +2,7 @@
[run]
data_file = reports/openedx/core/lib/.coverage
source = openedx/core/lib
parallel = true
[report]
ignore_errors = True