mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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
|
install-test: install-servers
|
||||||
pip install pytest pytest-xprocess pytest-localserver
|
pip install pytest pytest-xprocess pytest-localserver
|
||||||
[ $(TRAVIS) != "true" ] || pip install coverage coveralls
|
[ $(TRAVIS) != "true" ] || pip install coverage codecov
|
||||||
|
|
||||||
test:
|
test:
|
||||||
set -e; \
|
set -e; \
|
||||||
if [ "$(TRAVIS)" = "true" ]; then \
|
if [ "$(TRAVIS)" = "true" ]; then \
|
||||||
coverage run --source=vdirsyncer/ --module pytest; \
|
coverage run --source=vdirsyncer/ --module pytest; \
|
||||||
coveralls; \
|
codecov; \
|
||||||
else \
|
else \
|
||||||
py.test; \
|
py.test; \
|
||||||
fi
|
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
|
.. image:: https://travis-ci.org/untitaker/vdirsyncer.png?branch=master
|
||||||
:target: https://travis-ci.org/untitaker/vdirsyncer
|
:target: https://travis-ci.org/untitaker/vdirsyncer
|
||||||
|
|
||||||
.. image:: https://coveralls.io/repos/untitaker/vdirsyncer/badge.png?branch=master
|
.. image:: https://codecov.io/github/untitaker/vdirsyncer/coverage.svg?branch=master
|
||||||
:target: https://coveralls.io/github/untitaker/vdirsyncer?branch=master
|
:target: https://codecov.io/github/untitaker/vdirsyncer?branch=master
|
||||||
|
|
||||||
Installation and usage
|
Installation and usage
|
||||||
======================
|
======================
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue