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