Skip to content

Commit f85c3e1

Browse files
committed
Fix posargs for cov, diffcov
1 parent 0fae833 commit f85c3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toxworkdir={env:TOX_WORK_DIR:.tox}
88
[testenv]
99
commands =
1010
!cov,!diffcov: python -m unittest {posargs:discover}
11-
cov,diffcov: python -m coverage run {[coverage]rc} -m unittest {posargs:posargs}
11+
cov,diffcov: python -m coverage run {[coverage]rc} -m unittest {posargs:discover}
1212
cov,diffcov: python -m coverage combine {[coverage]rc}
1313
cov: python -m coverage html {[coverage]rc}
1414
cov: python -m coverage xml {[coverage]rc}

0 commit comments

Comments
 (0)