diff --git a/Makefile b/Makefile index 38963c8..550c5bf 100644 --- a/Makefile +++ b/Makefile @@ -32,13 +32,13 @@ install-servers: install-test: install-servers pip install pytest pytest-xprocess pytest-localserver - [ $(TRAVIS) != "true" ] || pip install coverage coveralls + [ $(TRAVIS) != "true" ] || pip install coverage codecov test: set -e; \ if [ "$(TRAVIS)" = "true" ]; then \ coverage run --source=vdirsyncer/ --module pytest; \ - coveralls; \ + codecov; \ else \ py.test; \ fi diff --git a/README.rst b/README.rst index beb8bce..e706c16 100644 --- a/README.rst +++ b/README.rst @@ -19,8 +19,8 @@ It aims to be for CalDAV and CardDAV what `OfflineIMAP .. image:: https://travis-ci.org/untitaker/vdirsyncer.png?branch=master :target: https://travis-ci.org/untitaker/vdirsyncer -.. image:: https://coveralls.io/repos/untitaker/vdirsyncer/badge.png?branch=master - :target: https://coveralls.io/github/untitaker/vdirsyncer?branch=master +.. image:: https://codecov.io/github/untitaker/vdirsyncer/coverage.svg?branch=master + :target: https://codecov.io/github/untitaker/vdirsyncer?branch=master Installation and usage ======================