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 d5a5c90 commit b29baeaCopy full SHA for b29baea
tox.ini
@@ -23,7 +23,7 @@ commands =
23
24
[testenv:diffcov]
25
commands =
26
- python -m coverage run pytest {posargs}
+ python -m coverage run -m pytest {posargs}
27
python -m coverage xml
28
diff-cover coverage.xml --html-report diffcov.html
29
diff-cover coverage.xml --fail-under=100
0 commit comments