summaryrefslogtreecommitdiff
path: root/metacov.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-25 14:57:39 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-25 14:57:39 -0400
commit2a008eaee636cdd03202e9def9005743c4bdad1b (patch)
tree4391b4c6f9b961b550b8154241fdea6d312ae038 /metacov.ini
parent3419b90f36dfc2ea4305a89f731ceb99a8e1eecc (diff)
downloadpython-coveragepy-2a008eaee636cdd03202e9def9005743c4bdad1b.tar.gz
Better metacov file naming and combining
Now .metacov data files are named for the platform they are running on, and are combined at the end of the test suite, so each platform only has a dozen files to copy, instead of hundreds.
Diffstat (limited to 'metacov.ini')
-rw-r--r--metacov.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/metacov.ini b/metacov.ini
index ba8c234..fd7c7d0 100644
--- a/metacov.ini
+++ b/metacov.ini
@@ -4,7 +4,7 @@
# Settings to use when using coverage.py to measure itself.
[run]
branch = true
-data_file = $COVERAGE_HOME/.metacov
+data_file = $COVERAGE_METAFILE
parallel = true
source =
$COVERAGE_HOME/coverage