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 0fae833 commit f85c3e1Copy full SHA for f85c3e1
tox.ini
@@ -8,7 +8,7 @@ toxworkdir={env:TOX_WORK_DIR:.tox}
8
[testenv]
9
commands =
10
!cov,!diffcov: python -m unittest {posargs:discover}
11
- cov,diffcov: python -m coverage run {[coverage]rc} -m unittest {posargs:posargs}
+ cov,diffcov: python -m coverage run {[coverage]rc} -m unittest {posargs:discover}
12
cov,diffcov: python -m coverage combine {[coverage]rc}
13
cov: python -m coverage html {[coverage]rc}
14
cov: python -m coverage xml {[coverage]rc}
0 commit comments