Codacy badges and coverage

This commit is contained in:
Valentin Samir
2016-06-26 10:41:15 +02:00
parent a6c77b54d8
commit 23bbd8080a
3 changed files with 12 additions and 0 deletions

View File

@ -49,3 +49,8 @@ coverage: test_venv
test_venv/bin/pip install coverage
test_venv/bin/coverage run --source='cas_server' run_tests
test_venv/bin/coverage html
test_venv/bin/coverage xml
coverage_codacy: coverage
test_venv/bin/pip install codacy-coverage
test_venv/bin/python-codacy-coverage -r coverage.xml