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 739f9a4 commit 03eaad3Copy full SHA for 03eaad3
tox.ini
@@ -19,6 +19,8 @@ envlist =
19
[testenv]
20
commands =
21
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest --lsof -ra {posargs:testing}
22
+ coverage: coverage combine
23
+ coverage: coverage report
24
passenv = USER USERNAME
25
setenv =
26
# configuration if a user runs tox with a "coverage" factor, for example "tox -e py36-coverage"
0 commit comments