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 bdad3bb commit 330941fCopy full SHA for 330941f
tox.ini
@@ -7,7 +7,7 @@ skip_missing_interpreters = True
7
[testenv]
8
commands =
9
!cov,!diffcov: python -m unittest {posargs:discover}
10
- cov,diffcov: python -m coverage run {[coverage]rc} -m unittest {posargs:posargs}
+ cov,diffcov: python -m coverage run {[coverage]rc} -m unittest {posargs:discover}
11
cov,diffcov: python -m coverage combine {[coverage]rc}
12
cov: python -m coverage html {[coverage]rc}
13
cov: python -m coverage xml {[coverage]rc}
0 commit comments