Skip to content

Commit 1873ccb

Browse files
committed
docs: drop a bunch of badges
Spurred by https://fosstodon.org/@kevinbowen/110828819371463330
1 parent 5937a62 commit 1873ccb

File tree

1 file changed

+2
-32
lines changed

1 file changed

+2
-32
lines changed

README.rst

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@ Code coverage testing for Python.
1313

1414
-------------
1515

16-
| |license| |versions| |status|
16+
| |kit| |license| |versions|
1717
| |test-status| |quality-status| |docs| |metacov|
18-
| |kit| |downloads| |format| |repos|
19-
| |stars| |forks| |contributors|
20-
| |core-infrastructure| |open-ssf| |snyk|
21-
| |tidelift| |sponsor| |mastodon-coveragepy| |mastodon-nedbat|
18+
| |tidelift| |sponsor| |stars| |mastodon-coveragepy| |mastodon-nedbat|
2219
2320
Coverage.py measures code coverage, typically during test execution. It uses
2421
the code analysis tools and tracing hooks provided in the Python standard
@@ -136,39 +133,21 @@ Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_.
136133
.. |kit| image:: https://badge.fury.io/py/coverage.svg
137134
:target: https://pypi.org/project/coverage/
138135
:alt: PyPI status
139-
.. |format| image:: https://img.shields.io/pypi/format/coverage.svg
140-
:target: https://pypi.org/project/coverage/
141-
:alt: Kit format
142-
.. |downloads| image:: https://img.shields.io/pypi/dw/coverage.svg
143-
:target: https://pypi.org/project/coverage/
144-
:alt: Weekly PyPI downloads
145136
.. |versions| image:: https://img.shields.io/pypi/pyversions/coverage.svg?logo=python&logoColor=FBE072
146137
:target: https://pypi.org/project/coverage/
147138
:alt: Python versions supported
148-
.. |status| image:: https://img.shields.io/pypi/status/coverage.svg
149-
:target: https://pypi.org/project/coverage/
150-
:alt: Package stability
151139
.. |license| image:: https://img.shields.io/pypi/l/coverage.svg
152140
:target: https://pypi.org/project/coverage/
153141
:alt: License
154142
.. |metacov| image:: https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/nedbat/8c6980f77988a327348f9b02bbaf67f5/raw/metacov.json
155143
:target: https://nedbat.github.io/coverage-reports/latest.html
156144
:alt: Coverage reports
157-
.. |repos| image:: https://repology.org/badge/tiny-repos/python:coverage.svg
158-
:target: https://repology.org/project/python:coverage/versions
159-
:alt: Packaging status
160145
.. |tidelift| image:: https://tidelift.com/badges/package/pypi/coverage
161146
:target: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme
162147
:alt: Tidelift
163148
.. |stars| image:: https://img.shields.io/github/stars/nedbat/coveragepy.svg?logo=github
164149
:target: https://github.com/nedbat/coveragepy/stargazers
165150
:alt: GitHub stars
166-
.. |forks| image:: https://img.shields.io/github/forks/nedbat/coveragepy.svg?logo=github
167-
:target: https://github.com/nedbat/coveragepy/network/members
168-
:alt: GitHub forks
169-
.. |contributors| image:: https://img.shields.io/github/contributors/nedbat/coveragepy.svg?logo=github
170-
:target: https://github.com/nedbat/coveragepy/graphs/contributors
171-
:alt: Contributors
172151
.. |mastodon-nedbat| image:: https://img.shields.io/badge/dynamic/json?style=flat&labelColor=450657&logo=mastodon&logoColor=ffffff&link=https%3A%2F%2Fhachyderm.io%2F%40nedbat&url=https%3A%2F%2Fhachyderm.io%2Fusers%2Fnedbat%2Ffollowers.json&query=totalItems&label=@nedbat
173152
:target: https://hachyderm.io/@nedbat
174153
:alt: nedbat on Mastodon
@@ -178,12 +157,3 @@ Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_.
178157
.. |sponsor| image:: https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-brightgreen?style=flat&logo=GitHub
179158
:target: https://github.com/sponsors/nedbat
180159
:alt: Sponsor me on GitHub
181-
.. |core-infrastructure| image:: https://bestpractices.coreinfrastructure.org/projects/6412/badge
182-
:target: https://bestpractices.coreinfrastructure.org/projects/6412
183-
:alt: Core Infrastructure Initiative: passing
184-
.. |open-ssf| image:: https://api.securityscorecards.dev/projects/github.com/nedbat/coveragepy/badge
185-
:target: https://deps.dev/pypi/coverage
186-
:alt: OpenSSF Scorecard
187-
.. |snyk| image:: https://snyk.io/advisor/python/coverage/badge.svg
188-
:target: https://snyk.io/advisor/python/coverage
189-
:alt: Snyk package health

0 commit comments

Comments
 (0)