Replace coveralls with codecov.io (#3509)

See #3506 for more information
pull/3448/head
Michael van Tellingen 2017-03-28 12:23:14 +02:00 zatwierdzone przez Matt Westcott
rodzic df4708f088
commit f1dabaef04
2 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -105,7 +105,7 @@ services:
# Package installation
install:
- pip install tox coveralls
- pip install tox codecov
- 'if [[ -n "$INSTALL_ELASTICSEARCH2" ]]; then ./scripts/travis/install_elasticsearch2.sh; fi'
- 'if [[ -n "$INSTALL_ELASTICSEARCH5" ]]; then ./scripts/travis/install_elasticsearch5.sh; fi'
@ -120,7 +120,7 @@ script:
tox
after_success:
coveralls
- codecov
# Who to notify about build results
notifications:

Wyświetl plik

@ -4,8 +4,9 @@
:target: https://pypi.python.org/pypi/wagtail/
.. image:: https://img.shields.io/pypi/v/wagtail.svg
:target: https://pypi.python.org/pypi/wagtail/
.. image:: https://coveralls.io/repos/github/wagtail/wagtail/badge.svg?branch=master
:target: https://coveralls.io/github/wagtail/wagtail?branch=master
.. image:: http://codecov.io/github/wagtail/wagtail/coverage.svg?branch=master
:target: http://codecov.io/github/wagtail/wagtail?branch=master
Wagtail CMS
===========