mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Use codecov instead of coveralls
This commit is contained in:
parent
b828685386
commit
746e1bfccf
2 changed files with 4 additions and 4 deletions
4
Makefile
4
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
======================
|
||||
|
|
|
|||
Loading…
Reference in a new issue