diff --git a/tox.ini b/tox.ini index 011d2a7..a94ea38 100644 --- a/tox.ini +++ b/tox.ini @@ -23,10 +23,12 @@ commands = flake8 setenv = PYTHON=coverage run --source os_apply_config --parallel-mode commands = + coverage erase stestr run {posargs} coverage combine coverage html -d cover coverage xml -o cover/coverage.xml + coverage report [testenv:venv] commands = {posargs}