Skip to content

Commit f5b746f

Browse files
jsmnbomEldinnie
authored andcommitted
Switch to codecov (python-telegram-bot#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]
1 parent 4fe4eea commit f5b746f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ before_cache:
2424
- rm -f $HOME/.pre-commit/pre-commit.log
2525

2626
install:
27-
- pip install -U coveralls pytest-cov
27+
- pip install -U codecov pytest-cov
2828
- pip install -U wheel
2929
- pip install -U -r requirements.txt
3030
- pip install -U -r requirements-dev.txt
@@ -36,4 +36,4 @@ script:
3636

3737
after_success:
3838
- coverage combine
39-
- coveralls
39+
- codecov

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ We have made you a wrapper you can't refuse
3535
:target: https://codeclimate.com/github/python-telegram-bot/python-telegram-bot
3636
:alt: Code Climate
3737

38-
.. image:: https://coveralls.io/repos/python-telegram-bot/python-telegram-bot/badge.svg?branch=master&service=github
39-
:target: https://coveralls.io/github/python-telegram-bot/python-telegram-bot?branch=master
40-
:alt: Coveralls
38+
.. image:: https://codecov.io/gh/python-telegram-bot/python-telegram-bot/branch/master/graph/badge.svg
39+
:target: https://codecov.io/gh/python-telegram-bot/python-telegram-bot
40+
:alt: Code coverage
4141

4242
.. image:: http://isitmaintained.com/badge/resolution/python-telegram-bot/python-telegram-bot.svg
4343
:target: http://isitmaintained.com/project/python-telegram-bot/python-telegram-bot

0 commit comments

Comments
 (0)