summaryrefslogtreecommitdiff
path: root/metacov.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-11-07 18:13:52 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-11-08 07:20:46 -0500
commit886292408b1363fdf62bd473ec45f9596aae8a67 (patch)
treed842aaf86b37c42d3527207df1ee8adf9e84316a /metacov.ini
parentb40e3c89d264c021a29db90dcfd3ab58f3f8ab0e (diff)
downloadpython-coveragepy-git-886292408b1363fdf62bd473ec45f9596aae8a67.tar.gz
test: simplify the metacov flow a bit
- default COVERAGE_METAFILE=.metacov for convenience - don't make json and xml reports, if we need them we'll do it explicitly.
Diffstat (limited to 'metacov.ini')
-rw-r--r--metacov.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/metacov.ini b/metacov.ini
index a18dff82..29251f36 100644
--- a/metacov.ini
+++ b/metacov.ini
@@ -8,7 +8,7 @@
[run]
branch = true
-data_file = ${COVERAGE_METAFILE?}
+data_file = ${COVERAGE_METAFILE-.metacov}
parallel = true
relative_files = true
source =
@@ -20,7 +20,7 @@ dynamic_context = ${COVERAGE_DYNCTX-none}
context = ${COVERAGE_CONTEXT-none}
[report]
-# We set a different pragmas so our code won't be confused with test code, and
+# We set different pragmas so our code won't be confused with test code, and
# we use different pragmas for different reasons that the lines won't be
# measured.
exclude_lines =