diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-07-04 17:15:38 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-07-06 10:04:31 -0400 |
commit | cfdcacea473dede9fb779256c812ff6a098a0714 (patch) | |
tree | 89a05ea92b2048a6b0653b8f4aae8fb374e4a4ec /metacov.ini | |
parent | 25aff80d444a6b1fa87173ffd8026f69be7ae0d0 (diff) | |
download | python-coveragepy-git-cfdcacea473dede9fb779256c812ff6a098a0714.tar.gz |
HTML: Mark things to show instead of to hide.
Also made some other changes along the way:
* Scroll bar markers change as the selected categories change.
* We don't use css class 'stm' for anything, get rid of it.
* Better sass use all around.
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] |