From 03eaad376b390964b650c2fec5fcee00f9870d4e Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 17 Sep 2018 12:41:06 +0200 Subject: [PATCH] tox: coverage factor: combine and report --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index b919c7e84..1c77f989d 100644 --- a/tox.ini +++ b/tox.ini @@ -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"