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:
2424 - rm -f $HOME/.pre-commit/pre-commit.log
2525
2626install :
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
3737after_success :
3838 - 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
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
You can’t perform that action at this time.
0 commit comments