Skip to content
Snippets Groups Projects
Commit e60052e5 authored by Erik Reid's avatar Erik Reid
Browse files

restore coverage threshold

parent c7c66950
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ commands =
coverage run --source inventory_provider --omit='inventory_provider/routes/ims*,inventory_provider/db/ims*,inventory_provider/tasks/ims*' -m py.test {posargs}
coverage xml
coverage html
coverage report --fail-under 70
coverage report --fail-under 75
# coverage report --fail-under 80
flake8
sphinx-build -M html docs/source docs/build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment