mirror of
https://github.com/httpie/cli.git
synced 2025-06-20 01:27:49 +02:00
codecov
This commit is contained in:
parent
a42b275ae2
commit
85da430d16
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -16,9 +16,9 @@ jobs:
|
|||||||
- run: make test
|
- run: make test
|
||||||
- run: make test-dist
|
- run: make test-dist
|
||||||
- run: make pycodestyle
|
- run: make pycodestyle
|
||||||
- run: make coveralls
|
- run: make codecov
|
||||||
env:
|
env:
|
||||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
CODECOV_TOKEN: ${{ secrets.CODECOV_REPO_TOKEN }}
|
||||||
|
|
||||||
test:
|
test:
|
||||||
# Run core HTTPie tests everywhere
|
# Run core HTTPie tests everywhere
|
||||||
|
6
Makefile
6
Makefile
@ -75,9 +75,9 @@ pycodestyle:
|
|||||||
@echo
|
@echo
|
||||||
|
|
||||||
|
|
||||||
coveralls:
|
codecov:
|
||||||
which coveralls || pip install python-coveralls
|
which codecov || pip install codecov
|
||||||
coveralls
|
codecov
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
|
|
||||||
|
@ -1760,8 +1760,8 @@ have contributed.
|
|||||||
:target: https://pypi.python.org/pypi/httpie
|
:target: https://pypi.python.org/pypi/httpie
|
||||||
:alt: Latest version released on PyPi
|
:alt: Latest version released on PyPi
|
||||||
|
|
||||||
.. |coverage| image:: https://img.shields.io/coveralls/jakubroztocil/httpie/master.svg?style=flat-square&label=coverage
|
.. |coverage| image:: https://img.shields.io/codecov/c/github/jakubroztocil/httpie?style=flat-square
|
||||||
:target: https://coveralls.io/r/jakubroztocil/httpie?branch=master
|
:target: https://codecov.io/gh/jakubroztocil/httpie
|
||||||
:alt: Test coverage
|
:alt: Test coverage
|
||||||
|
|
||||||
.. |build| image:: https://github.com/jakubroztocil/httpie/workflows/Build/badge.svg
|
.. |build| image:: https://github.com/jakubroztocil/httpie/workflows/Build/badge.svg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user