Replace coverage with downloads

The codecov badge is misleading because it dips whenever a build is running.
This commit is contained in:
Hynek Schlawack 2021-05-18 16:09:16 +02:00
parent 8c9a79680f
commit d17326e49f
1 changed files with 3 additions and 3 deletions

View File

@ -12,12 +12,12 @@
<a href="https://github.com/python-attrs/attrs/actions?workflow=CI">
<img src="https://github.com/python-attrs/attrs/workflows/CI/badge.svg?branch=main" alt="CI Status" />
</a>
<a href="https://codecov.io/github/python-attrs/attrs">
<img src="https://codecov.io/github/python-attrs/attrs/branch/main/graph/badge.svg" alt="Test Coverage" />
</a>
<a href="https://github.com/psf/black">
<img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black" />
</a>
<a href="https://pepy.tech/project/attrs">
<img src="https://static.pepy.tech/personalized-badge/attrs?period=month&units=international_system&left_color=black&right_color=blue&left_text=Downloads%20/%20Month" alt="Downloads per month" />
</a>
</p>
.. teaser-begin