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

restore test threshold with re-enabled tests

parent 427c3112
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ import os
import redis
r = redis.StrictRedis(host="test-dashboard02.geant.org")
r = redis.StrictRedis(host="test-dashboard-storage02.geant.org")
d = {}
for k in r.keys():
......
......@@ -14,7 +14,6 @@ commands =
coverage run --source inventory_provider -m py.test {posargs}
coverage xml
coverage html
coverage report --fail-under 75
# coverage report --fail-under 80
coverage report --fail-under 80
flake8
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