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 6955586 commit 877d351Copy full SHA for 877d351
tox.ini
@@ -26,8 +26,8 @@ deps =
26
diff-cover
27
commands =
28
pytest {posargs} --cov-report xml
29
- diff-cover coverage.xml --html-report diffcov.html
30
- diff-cover coverage.xml --fail-under=100
+ diff-cover coverage.xml --compare-branch=origin/main --html-report diffcov.html
+ diff-cover coverage.xml --compare-branch=origin/main --fail-under=100
31
32
[testenv:perf]
33
use_develop = False
0 commit comments