diff --git a/tox.ini b/tox.ini index 9406555e..b1ad8387 100644 --- a/tox.ini +++ b/tox.ini @@ -34,7 +34,7 @@ setenv = commands = stestr run {posargs} coverage combine - coverage html -d cover + coverage html -d cover --omit='*tests*' coverage xml -o cover/coverage.xml [testenv:docs]