Do not use codacy for coverage

This commit is contained in:
Valentin Samir
2016-09-09 14:25:43 +02:00
parent 0c5631ae40
commit 09e9b20c5b
3 changed files with 7 additions and 7 deletions

View File

@ -62,7 +62,7 @@ run_server: test_project
run_tests: test_venv
python setup.py check --restructuredtext --stric
test_venv/bin/py.test -rw -x --cov=cas_server --cov-report html
test_venv/bin/py.test -rw -x --cov=cas_server --cov-report html --cov-report term
rm htmlcov/coverage_html.js # I am really pissed off by those keybord shortcuts
test_venv/bin/sphinx-build: test_venv