From 746e1bfccfdee138ad4fdb27cd350c35db61b313 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 18 Dec 2015 21:14:20 +0100 Subject: [PATCH] Use codecov instead of coveralls --- Makefile | 4 ++-- README.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ======================