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 b29baea commit eabd24dCopy full SHA for eabd24d
tox.ini
@@ -22,9 +22,10 @@ commands =
22
python -m sphinx . {toxinidir}/build/html
23
24
[testenv:diffcov]
25
+deps =
26
+ diff-cover
27
commands =
- python -m coverage run -m pytest {posargs}
- python -m coverage xml
28
+ pytest {posargs} --cov-report xml
29
diff-cover coverage.xml --html-report diffcov.html
30
diff-cover coverage.xml --fail-under=100
31
0 commit comments