Switch from coveralls to codecov

This commit is contained in:
Raphael Michel
2017-02-06 23:41:31 +01:00
parent 6de44aee02
commit 1fa0256363
3 changed files with 5 additions and 4 deletions

View File

@@ -27,5 +27,5 @@ if [ "$1" == "tests-cov" ]; then
cd src
python manage.py check
make all compress
coverage run -m py.test --rerun 5 tests && coveralls
coverage run -m py.test --rerun 5 tests && codecov
fi