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