summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-12-28 06:41:47 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-12-28 07:47:06 -0500
commit9a085ef3aa734f1a29f81444eea177b019fa7cf5 (patch)
tree53752ce5a8c8dcb1517ffacfed7afe025b2ddeb1
parentfb597f21d4bc3ff631aa8d27c24f2e68d9dbab23 (diff)
downloadpython-coveragepy-git-9a085ef3aa734f1a29f81444eea177b019fa7cf5.tar.gz
build: no more codecov
-rw-r--r--.github/workflows/coverage.yml5
-rw-r--r--README.rst6
2 files changed, 2 insertions, 9 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index e2fbecff..12070d26 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -128,11 +128,6 @@ jobs:
python -m coverage json
echo "::set-output name=total::$(python -c "import json;print(json.load(open('coverage.json'))['totals']['percent_covered_display'])")"
- - name: "Upload to codecov"
- uses: codecov/codecov-action@v1
- with:
- file: coverage.xml
-
- name: "Upload HTML report"
uses: actions/upload-artifact@v2
with:
diff --git a/README.rst b/README.rst
index 777bbb98..c4d14995 100644
--- a/README.rst
+++ b/README.rst
@@ -8,7 +8,7 @@ Coverage.py
Code coverage testing for Python.
| |license| |versions| |status|
-| |test-status| |quality-status| |docs| |codecov|
+| |test-status| |quality-status| |docs|
| |kit| |downloads| |format| |repos|
| |stars| |forks| |contributors|
| |tidelift| |twitter-coveragepy| |twitter-nedbat|
@@ -121,9 +121,7 @@ Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_.
.. |license| image:: https://img.shields.io/pypi/l/coverage.svg
:target: https://pypi.org/project/coverage/
:alt: License
-.. |codecov| image:: https://codecov.io/github/nedbat/coveragepy/coverage.svg?branch=master&precision=2
- :target: https://codecov.io/github/nedbat/coveragepy?branch=master
- :alt: Coverage!
+.. |metacov| image:: https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/nedbat/8c6980f77988a327348f9b02bbaf67f5/raw/metacov.json
.. |repos| image:: https://repology.org/badge/tiny-repos/python:coverage.svg
:target: https://repology.org/project/python:coverage/versions
:alt: Packaging status