diff --git a/tox.ini b/tox.ini index c809435..be3597a 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ deps = -rrequirements-dev.txt commands = coverage erase - coverage run --source=minitor/,tests/ -m pytest --capture=no -vv {posargs:tests} + coverage run --source=minitor/ -m pytest --capture=no -vv {posargs:tests} coverage report -m --fail-under 50 pre-commit run --all-files