diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-28 06:41:47 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-28 11:24:32 -0500 |
commit | fb5193003b380cc768bbc0035667c4f672ba898d (patch) | |
tree | ef4cbfe01332ce93195bc7c80c78bc9a33fa5239 /README.rst | |
parent | f3238eea7e403d13a217b30579b1a1c2cbff62e3 (diff) | |
download | python-coveragepy-git-fb5193003b380cc768bbc0035667c4f672ba898d.tar.gz |
build: no more codecov
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 |