Don't include tests in coverage report

This commit is contained in:
IamTheFij 2018-04-10 11:09:42 -07:00
parent fdc13d437d
commit 336585d258
1 changed files with 1 additions and 1 deletions

View File

@ -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