From 2a008eaee636cdd03202e9def9005743c4bdad1b Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 25 Aug 2015 14:57:39 -0400 Subject: 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. --- metacov.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metacov.ini') 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 -- cgit v1.2.1