mirror of
https://github.com/pretix/pretix.git
synced 2026-08-07 10:17:49 +00:00
Switch from coveralls to codecov
This commit is contained in:
+1
-1
@@ -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
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user