We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172778b commit 281a183Copy full SHA for 281a183
tox.ini
@@ -121,7 +121,7 @@ extras = coverage
121
commands =
122
coverage xml -o {envlogdir}/coverage.xml --fail-under {env:XCP_COV_MIN:68}
123
coverage html -d {envlogdir}/htmlcov
124
- coverage html -d {envlogdir}/htmlcov-tests --fail-under {env:TESTS_COV_MIN:96} \
+ coverage html -d {envlogdir}/htmlcov-tests --fail-under {env:TESTS_COV_MIN:95} \
125
--include="tests/*"
126
diff-cover --compare-branch=origin/master --include-untracked \
127
{env:PY3_DIFFCOVER_OPTIONS} --fail-under {env:DIFF_COV_MIN:92} \
0 commit comments