From f5b746f1ba665c435c79d01f3eaa049e6a892e1d Mon Sep 17 00:00:00 2001 From: Jacob Bom Date: Sat, 9 Sep 2017 23:38:19 +0200 Subject: [PATCH] Switch to codecov (#819) * Switch to codecov We've talked about it in the dev group for a while now, finally doing it * Update coverage in readme [ci skip] --- .travis.yml | 4 ++-- README.rst | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index dfe04e5f6..5f1e8f6ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ before_cache: - rm -f $HOME/.pre-commit/pre-commit.log install: - - pip install -U coveralls pytest-cov + - pip install -U codecov pytest-cov - pip install -U wheel - pip install -U -r requirements.txt - pip install -U -r requirements-dev.txt @@ -36,4 +36,4 @@ script: after_success: - coverage combine - - coveralls \ No newline at end of file + - codecov \ No newline at end of file diff --git a/README.rst b/README.rst index 03d7ae0a4..5b9387b64 100644 --- a/README.rst +++ b/README.rst @@ -35,9 +35,9 @@ We have made you a wrapper you can't refuse :target: https://codeclimate.com/github/python-telegram-bot/python-telegram-bot :alt: Code Climate -.. image:: https://coveralls.io/repos/python-telegram-bot/python-telegram-bot/badge.svg?branch=master&service=github - :target: https://coveralls.io/github/python-telegram-bot/python-telegram-bot?branch=master - :alt: Coveralls +.. image:: https://codecov.io/gh/python-telegram-bot/python-telegram-bot/branch/master/graph/badge.svg + :target: https://codecov.io/gh/python-telegram-bot/python-telegram-bot + :alt: Code coverage .. image:: http://isitmaintained.com/badge/resolution/python-telegram-bot/python-telegram-bot.svg :target: http://isitmaintained.com/project/python-telegram-bot/python-telegram-bot