diff --git a/.travis.yml b/.travis.yml index 00362cb..e44b38c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,10 @@ matrix: sudo: required env: WINE_PYTHON=3.5.4 PIP='wine pip' PYTHON='wine python' +notifications: + webhooks: + - https://coveralls.io/webhook?repo_token=COVERALLS_REPO_TOKEN + before_install: - | if [ "${TRAVIS_OS_NAME}" == osx ]; then @@ -51,7 +55,7 @@ before_install: fi install: - - pip3 install --upgrade coverage codecov + - pip3 install --upgrade coverage coveralls - ${PIP} install --upgrade --editable .[test,md5,bcrypt] script: @@ -64,4 +68,4 @@ after_success: printf '[paths]\nsource =\n .\n %s\n' "$(winepath --windows '')" >"${config}" coverage3 combine --rcfile "${config}" .coverage fi - - codecov --env WINE_PYTHON + - env COVERALLS_PARALLEL=true coveralls diff --git a/README.md b/README.md index 44fb3e6..7401760 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Read Me ======= [![Build Status](https://travis-ci.org/Kozea/Radicale.svg?branch=master)](https://travis-ci.org/Kozea/Radicale) -[![codecov](https://codecov.io/gh/kozea/radicale/branch/master/graphs/badge.svg)](https://codecov.io/gh/kozea/radicale/branch/master) +[![Coverage Status](https://coveralls.io/repos/github/Kozea/Radicale/badge.svg?branch=master)](https://coveralls.io/github/Kozea/Radicale?branch=master) Radicale is a free and open-source CalDAV and CardDAV server.