Skip to content

Commit bc02633

Browse files
committed
use --include rather than --omit for coverage
1 parent 6eaa5e6 commit bc02633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ commands = coverage erase
2525

2626
[testenv:end]
2727
commands =
28-
coverage report --omit='.tox/*'
29-
coverage html --omit='.tox/*'
28+
coverage report --include='setup.py,xmlrunner/*,tests/*'
29+
coverage html --include='setup.py,xmlrunner/*,tests/*'
3030

3131
[testenv:quality]
3232
ignore_outcome = True

0 commit comments

Comments
 (0)