tox: coverage factor: combine and report
This commit is contained in:
parent
739f9a4a4b
commit
03eaad376b
2
tox.ini
2
tox.ini
|
@ -19,6 +19,8 @@ envlist =
|
||||||
[testenv]
|
[testenv]
|
||||||
commands =
|
commands =
|
||||||
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest --lsof -ra {posargs:testing}
|
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest --lsof -ra {posargs:testing}
|
||||||
|
coverage: coverage combine
|
||||||
|
coverage: coverage report
|
||||||
passenv = USER USERNAME
|
passenv = USER USERNAME
|
||||||
setenv =
|
setenv =
|
||||||
# configuration if a user runs tox with a "coverage" factor, for example "tox -e py36-coverage"
|
# configuration if a user runs tox with a "coverage" factor, for example "tox -e py36-coverage"
|
||||||
|
|
Loading…
Reference in New Issue