Skip to content

Commit 877d351

Browse files
committed
Specify main as the default branch. Fixes #269.
1 parent 6955586 commit 877d351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ deps =
2626
diff-cover
2727
commands =
2828
pytest {posargs} --cov-report xml
29-
diff-cover coverage.xml --html-report diffcov.html
30-
diff-cover coverage.xml --fail-under=100
29+
diff-cover coverage.xml --compare-branch=origin/main --html-report diffcov.html
30+
diff-cover coverage.xml --compare-branch=origin/main --fail-under=100
3131

3232
[testenv:perf]
3333
use_develop = False

0 commit comments

Comments
 (0)