Disabling coveralls reporting until we set this up.

This commit is contained in:
Jamie Alessio 2017-02-27 12:09:41 -08:00
parent b806ebed80
commit 6377a49753
2 changed files with 4 additions and 4 deletions

View file

@ -12,9 +12,9 @@ setenv =
GIT_AUTHOR_EMAIL = "test@example.com"
GIT_COMMITTER_EMAIL = "test@example.com"
commands =
coverage erase
coverage run -m pytest {posargs:tests}
coverage report --show-missing --fail-under 100
# coverage erase
# coverage run -m pytest {posargs:tests}
# coverage report --show-missing --fail-under 100
pre-commit install -f --install-hooks
pre-commit run --all-files