Skip to content

Commit 03eaad3

Browse files
committed
tox: coverage factor: combine and report
1 parent 739f9a4 commit 03eaad3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ envlist =
1919
[testenv]
2020
commands =
2121
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest --lsof -ra {posargs:testing}
22+
coverage: coverage combine
23+
coverage: coverage report
2224
passenv = USER USERNAME
2325
setenv =
2426
# configuration if a user runs tox with a "coverage" factor, for example "tox -e py36-coverage"

0 commit comments

Comments
 (0)