Skip to content

Commit e896f19

Browse files
committed
Report master CI and measured coverage through live badges
1 parent 2bc4524 commit e896f19

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

‎README.md‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
<p align="center">
1010
<a href="https://github.com/wolph/python-statsd/actions/workflows/ci.yml?query=branch%3Amaster"><img src="https://github.com/wolph/python-statsd/actions/workflows/ci.yml/badge.svg?branch=master" alt="CI on master"></a>
1111
<a href="https://github.com/WoLpH/python-statsd/actions/workflows/codeql.yml?query=branch%3Amaster"><img src="https://github.com/WoLpH/python-statsd/actions/workflows/codeql.yml/badge.svg?branch=master" alt="CodeQL status"></a>
12-
<a href="https://python-statsd.readthedocs.io/"><img src="https://img.shields.io/readthedocs/python-statsd?logo=readthedocs&logoColor=white" alt="Documentation"></a>
12+
<a href="https://python-statsd.readthedocs.io/"><img src="https://img.shields.io/readthedocs/python-statsd?logo=readthedocs&logoColor=white&style=plastic" alt="Documentation"></a>
1313
<a href="https://coveralls.io/github/wolph/python-statsd?branch=master"><img src="https://coveralls.io/repos/github/wolph/python-statsd/badge.svg?branch=master" alt="Coverage on master"></a>
1414
<br>
15-
<a href="https://pypi.org/project/python-statsd/"><img src="https://img.shields.io/pypi/v/python-statsd.svg?logo=pypi&logoColor=white" alt="PyPI version"></a>
16-
<a href="https://pypi.org/project/python-statsd/"><img src="https://img.shields.io/pypi/pyversions/python-statsd.svg?logo=python&logoColor=white" alt="Supported Python versions"></a>
17-
<a href="https://pepy.tech/project/python-statsd"><img src="https://static.pepy.tech/badge/python-statsd" alt="Downloads"></a>
18-
<a href="https://github.com/WoLpH/python-statsd/blob/develop/LICENSE"><img src="https://img.shields.io/pypi/l/python-statsd.svg" alt="BSD-3-Clause licence"></a>
15+
<a href="https://pypi.org/project/python-statsd/"><img src="https://img.shields.io/pypi/v/python-statsd.svg?logo=pypi&logoColor=white&style=plastic" alt="PyPI version"></a>
16+
<a href="https://pypi.org/project/python-statsd/"><img src="https://img.shields.io/pypi/pyversions/python-statsd.svg?logo=python&logoColor=white&style=plastic" alt="Supported Python versions"></a>
17+
<a href="https://pepy.tech/projects/python-statsd"><img src="https://static.pepy.tech/badge/python-statsd/month" alt="Monthly downloads"></a>
18+
<a href="https://github.com/WoLpH/python-statsd/blob/develop/LICENSE"><img src="https://img.shields.io/pypi/l/python-statsd.svg?style=plastic" alt="BSD-3-Clause licence"></a>
1919
<br>
20-
<a href="https://github.com/WoLpH/python-statsd/actions/workflows/ci.yml?query=branch%3Amaster"><img src="https://img.shields.io/badge/types-mypy%20%7C%20basedpyright%20%7C%20pyrefly%20%7C%20ty-8957e5" alt="Type checked by four checkers in CI"></a>
21-
<a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Linted and formatted with ruff"></a>
20+
<a href="https://github.com/WoLpH/python-statsd/actions/workflows/ci.yml?query=branch%3Amaster">Type checked: mypy, basedpyright, pyrefly and ty</a>
21+
<a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&style=plastic" alt="Linted and formatted with ruff"></a>
2222
</p>
2323

2424
`python-statsd` is a client for Etsy's statsd server, a front end and proxy

0 commit comments

Comments
 (0)