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 11:24:32 -0500
commitfb5193003b380cc768bbc0035667c4f672ba898d (patch)
treeef4cbfe01332ce93195bc7c80c78bc9a33fa5239
parentf3238eea7e403d13a217b30579b1a1c2cbff62e3 (diff)
downloadpython-coveragepy-git-fb5193003b380cc768bbc0035667c4f672ba898d.tar.gz
build: no more codecov
-rw-r--r--.github/codecov.yml15
-rw-r--r--.github/workflows/coverage.yml5
-rw-r--r--README.rst6
3 files changed, 2 insertions, 24 deletions
diff --git a/.github/codecov.yml b/.github/codecov.yml
deleted file mode 100644
index dc6cc4cb..00000000
--- a/.github/codecov.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
-# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
-
-coverage:
- status:
- # Codecov shouldn't put red x's on pull requests
- # https://docs.codecov.io/docs/common-recipe-list#set-non-blocking-status-checks
- project:
- default:
- informational: true
- patch:
- default:
- informational: true
-
-comment: false
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 8ab96b8e..0a3fba69 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