From 596d463714d46929f81db62b171c5a772679bb12 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Wed, 10 Jan 2018 17:14:17 +0100 Subject: Travis: use --concurrency=multiprocessing only on build tests (#6872) On a local workstation, it seems that tracking multiple processes during coverage may result in malformed coverage reports for unit tests and not for build tests. Given that multiple processes make a difference in coverage mainly for build tests, try to disable the tracking for unit tests to see if we get more stable coverage results. --- .coveragerc | 1 - 1 file changed, 1 deletion(-) (limited to '.coveragerc') diff --git a/.coveragerc b/.coveragerc index 0201a4b502..224c472fa2 100644 --- a/.coveragerc +++ b/.coveragerc @@ -2,7 +2,6 @@ # .coveragerc to control coverage.py [run] parallel = True -concurrency = multiprocessing branch = True source = lib omit = -- cgit v1.2.3-60-g2f50