summaryrefslogtreecommitdiff
path: root/metacov.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-08-09 08:30:15 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-08-09 08:30:15 -0400
commit15945f2408efaf164a3a78f67ef74a74d557fa82 (patch)
tree527c852b96d3911393e12e8a4dbd716bb1204437 /metacov.ini
parent5a4f125853b5056f98d80162687b6d1eace38ea1 (diff)
downloadpython-coveragepy-git-15945f2408efaf164a3a78f67ef74a74d557fa82.tar.gz
test: show contexts in metacov report
Diffstat (limited to 'metacov.ini')
-rw-r--r--metacov.ini6
1 files changed, 4 insertions, 2 deletions
diff --git a/metacov.ini b/metacov.ini
index 9dab77aa..209c1212 100644
--- a/metacov.ini
+++ b/metacov.ini
@@ -13,8 +13,10 @@ parallel = true
source =
${COVERAGE_HOME-.}/coverage
${COVERAGE_HOME-.}/tests
-# $set_env.py: COVERAGE_CONTEXT - Set to 'test_function' for who-tests-what
-dynamic_context = ${COVERAGE_CONTEXT-none}
+# $set_env.py: COVERAGE_DYNCTX - Set to 'test_function' for who-tests-what
+dynamic_context = ${COVERAGE_DYNCTX-none}
+# $set_env.py: COVERAGE_CONTEXT - Set to a static context for this run
+context = ${COVERAGE_CONTEXT-none}
[report]
# We set a different pragmas so our code won't be confused with test code, and