Switch from coveralls to codecov

This commit is contained in:
Raphael Michel
2017-02-07 00:04:28 +01:00
parent 6de44aee02
commit 1fa0256363
3 changed files with 5 additions and 4 deletions
+1 -1
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
+3 -2
View File
@@ -10,8 +10,9 @@ pretix
.. image:: https://travis-ci.org/pretix/pretix.svg?branch=master
:target: https://travis-ci.org/pretix/pretix
.. image:: https://coveralls.io/repos/github/pretix/pretix/badge.svg?branch=master
:target: https://coveralls.io/r/pretix/pretix
.. image:: https://codecov.io/gh/pretix/pretix/branch/master/graph/badge.svg
:target: https://codecov.io/gh/pretix/pretix
Reinventing ticket presales, one bit at a time.
+1 -1
View File
@@ -5,7 +5,7 @@ pep8==1.5.7 # exact requirement by flake8 2.4.0
pyflakes==1.1.0 # later version causes problems currently
pep8-naming
flake8
coveralls
codecov
coverage
pytest==2.9.*
pytest-django