Use codecov instead of coveralls

This commit is contained in:
Markus Unterwaditzer 2015-12-18 21:14:20 +01:00
parent b828685386
commit 746e1bfccf
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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
======================