summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2018-01-20 16:10:25 +0100
committerGitHub <noreply@github.com>2018-01-20 16:10:25 +0100
commit621388e5ae3e221a38372bbcf0e799b914f6dd27 (patch)
treef287867406499f4ff3ff89d56ea1ad7dfa695554 /.coveragerc
parentcf736ae9116314f01ab1ba9ca49bd6268fb28f61 (diff)
downloadspack-621388e5ae3e221a38372bbcf0e799b914f6dd27.tar.gz
spack-621388e5ae3e221a38372bbcf0e799b914f6dd27.tar.bz2
spack-621388e5ae3e221a38372bbcf0e799b914f6dd27.tar.xz
spack-621388e5ae3e221a38372bbcf0e799b914f6dd27.zip
Restore multiprocessing in unit tests (#6949)
* Revert "Travis: use --concurrency=multiprocessing only on build tests (#6872)" This reverts commit 596d463714d46929f81db62b171c5a772679bb12. * Removing 'coverage combine' in test script According to what was discovered in #6887, one of the problems is calling 'coverage combine' twice without the '-a' flag. This removes the first call within our test scripts.
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
index 224c472fa2..0201a4b502 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -2,6 +2,7 @@
# .coveragerc to control coverage.py
[run]
parallel = True
+concurrency = multiprocessing
branch = True
source = lib
omit =