From 85da430d16607eb9e694d04097c08d77c0ef04a7 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Wed, 18 Sep 2019 11:09:46 +0200 Subject: [PATCH] codecov --- .github/workflows/build.yml | 4 ++-- Makefile | 6 +++--- README.rst | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 193dc139..8e33cb32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/Makefile b/Makefile index 544e37c2..58b9e9a5 100644 --- a/Makefile +++ b/Makefile @@ -75,9 +75,9 @@ pycodestyle: @echo -coveralls: - which coveralls || pip install python-coveralls - coveralls +codecov: + which codecov || pip install codecov + codecov @echo diff --git a/README.rst b/README.rst index 24185ceb..daed9888 100644 --- a/README.rst +++ b/README.rst @@ -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