This commit is contained in:
Jakub Roztocil 2019-09-18 11:09:46 +02:00
parent a42b275ae2
commit 85da430d16
3 changed files with 7 additions and 7 deletions

View File

@ -16,9 +16,9 @@ jobs:
- run: make test
- run: make test-dist
- run: make pycodestyle
- run: make coveralls
- run: make codecov
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_REPO_TOKEN }}
test:
# Run core HTTPie tests everywhere

View File

@ -75,9 +75,9 @@ pycodestyle:
@echo
coveralls:
which coveralls || pip install python-coveralls
coveralls
codecov:
which codecov || pip install codecov
codecov
@echo

View File

@ -1760,8 +1760,8 @@ have contributed.
:target: https://pypi.python.org/pypi/httpie
:alt: Latest version released on PyPi
.. |coverage| image:: https://img.shields.io/coveralls/jakubroztocil/httpie/master.svg?style=flat-square&label=coverage
:target: https://coveralls.io/r/jakubroztocil/httpie?branch=master
.. |coverage| image:: https://img.shields.io/codecov/c/github/jakubroztocil/httpie?style=flat-square
:target: https://codecov.io/gh/jakubroztocil/httpie
:alt: Test coverage
.. |build| image:: https://github.com/jakubroztocil/httpie/workflows/Build/badge.svg