Skip to content

Commit 67cb123

Browse files
committed
Run tests to exercise coverage
1 parent 03901b2 commit 67cb123

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ commands =
2323

2424
[testenv:diffcov]
2525
commands =
26+
python -m coverage run pytest {posargs}
2627
python -m coverage xml
2728
diff-cover coverage.xml --html-report diffcov.html
2829
diff-cover coverage.xml --fail-under=100

0 commit comments

Comments
 (0)