diff options
Diffstat (limited to 'metacov.ini')
-rw-r--r-- | metacov.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metacov.ini b/metacov.ini index d00019f8..60b4ea3c 100644 --- a/metacov.ini +++ b/metacov.ini @@ -9,7 +9,7 @@ parallel = true source = ${COVERAGE_HOME-.}/coverage ${COVERAGE_HOME-.}/tests -# $set_env.py: COVERAGE_CONTEXT - set to 'test_function' for who-tests-what +# $set_env.py: COVERAGE_CONTEXT - Set to 'test_function' for who-tests-what dynamic_context = ${COVERAGE_CONTEXT-none} [report] |