You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
coverage html --omit='/home/vagrant/.virtualenvs/*,*/admin.py,*/migrations/*,*/dist-packages/*,*/tests/*,*/tests.py'
@echo "And look at htmlcov/index.html in some sort of HTML-based device."
more_coverage:
@coverage report --fail-under=100 --omit='/home/vagrant/.virtualenvs/*,*/admin.py,*/migrations/*,*/dist-packages/*,*/tests/*,*/tests.py' >/dev/null || echo "You need more tests. Write more tests."