tox: coverage factor: combine and report

This commit is contained in:
Daniel Hahler 2018-09-17 12:41:06 +02:00
parent 739f9a4a4b
commit 03eaad376b
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ envlist =
[testenv]
commands =
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest --lsof -ra {posargs:testing}
coverage: coverage combine
coverage: coverage report
passenv = USER USERNAME
setenv =
# configuration if a user runs tox with a "coverage" factor, for example "tox -e py36-coverage"