@@ -13,12 +13,9 @@ Code coverage testing for Python.
13
13
14
14
-------------
15
15
16
- | |license | |versions | |status |
16
+ | |kit | |license | |versions |
17
17
| |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|
22
19
23
20
Coverage.py measures code coverage, typically during test execution. It uses
24
21
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`_.
136
133
.. |kit | image :: https://badge.fury.io/py/coverage.svg
137
134
:target: https://pypi.org/project/coverage/
138
135
: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
145
136
.. |versions | image :: https://img.shields.io/pypi/pyversions/coverage.svg?logo=python&logoColor=FBE072
146
137
:target: https://pypi.org/project/coverage/
147
138
: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
151
139
.. |license | image :: https://img.shields.io/pypi/l/coverage.svg
152
140
:target: https://pypi.org/project/coverage/
153
141
:alt: License
154
142
.. |metacov | image :: https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/nedbat/8c6980f77988a327348f9b02bbaf67f5/raw/metacov.json
155
143
:target: https://nedbat.github.io/coverage-reports/latest.html
156
144
: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
160
145
.. |tidelift | image :: https://tidelift.com/badges/package/pypi/coverage
161
146
:target: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme
162
147
:alt: Tidelift
163
148
.. |stars | image :: https://img.shields.io/github/stars/nedbat/coveragepy.svg?logo=github
164
149
:target: https://github.com/nedbat/coveragepy/stargazers
165
150
: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
172
151
.. |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
173
152
:target: https://hachyderm.io/@nedbat
174
153
:alt: nedbat on Mastodon
@@ -178,12 +157,3 @@ Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_.
178
157
.. |sponsor | image :: https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-brightgreen?style=flat&logo=GitHub
179
158
:target: https://github.com/sponsors/nedbat
180
159
: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