File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ before_cache:
24
24
- rm -f $HOME/.pre-commit/pre-commit.log
25
25
26
26
install :
27
- - pip install -U coveralls pytest-cov
27
+ - pip install -U codecov pytest-cov
28
28
- pip install -U wheel
29
29
- pip install -U -r requirements.txt
30
30
- pip install -U -r requirements-dev.txt
@@ -36,4 +36,4 @@ script:
36
36
37
37
after_success :
38
38
- coverage combine
39
- - coveralls
39
+ - codecov
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ We have made you a wrapper you can't refuse
35
35
:target: https://codeclimate.com/github/python-telegram-bot/python-telegram-bot
36
36
:alt: Code Climate
37
37
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
41
41
42
42
.. image :: http://isitmaintained.com/badge/resolution/python-telegram-bot/python-telegram-bot.svg
43
43
:target: http://isitmaintained.com/project/python-telegram-bot/python-telegram-bot
You can’t perform that action at this time.
0 commit comments