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 6eaa5e6 commit bc02633Copy full SHA for bc02633
tox.ini
@@ -25,8 +25,8 @@ commands = coverage erase
25
26
[testenv:end]
27
commands =
28
- coverage report --omit='.tox/*'
29
- coverage html --omit='.tox/*'
+ coverage report --include='setup.py,xmlrunner/*,tests/*'
+ coverage html --include='setup.py,xmlrunner/*,tests/*'
30
31
[testenv:quality]
32
ignore_outcome = True
0 commit comments