Skip to content

Commit c5e15c4

Browse files
committed
README: Update badges
GitHub changed its rendering, so badged have been rendered with line- breaks, causing unpleasant appearance.
1 parent 1fdc305 commit c5e15c4

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

README.rst

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,43 @@
1-
.. image:: https://github.com/mqtt-tools/pytest-mqtt/actions/workflows/tests.yml/badge.svg
1+
###########
2+
pytest-mqtt
3+
###########
4+
5+
|
6+
7+
.. start-badges
8+
9+
|ci-tests| |ci-coverage| |license| |pypi-downloads|
10+
|python-versions| |status| |pypi-version|
11+
12+
.. |ci-tests| image:: https://github.com/mqtt-tools/pytest-mqtt/actions/workflows/tests.yml/badge.svg
213
:target: https://github.com/mqtt-tools/pytest-mqtt/actions/workflows/tests.yml
314
:alt: CI outcome
415

5-
.. image:: https://codecov.io/gh/mqtt-tools/pytest-mqtt/branch/main/graph/badge.svg
16+
.. |ci-coverage| image:: https://codecov.io/gh/mqtt-tools/pytest-mqtt/branch/main/graph/badge.svg
617
:target: https://codecov.io/gh/mqtt-tools/pytest-mqtt
718
:alt: Test suite code coverage
819

9-
.. image:: https://pepy.tech/badge/pytest-mqtt/month
20+
.. |pypi-downloads| image:: https://pepy.tech/badge/pytest-mqtt/month
1021
:target: https://pepy.tech/project/pytest-mqtt
1122
:alt: PyPI downloads per month
1223

13-
.. image:: https://img.shields.io/pypi/v/pytest-mqtt.svg
24+
.. |pypi-version| image:: https://img.shields.io/pypi/v/pytest-mqtt.svg
1425
:target: https://pypi.org/project/pytest-mqtt/
1526
:alt: Package version on PyPI
1627

17-
.. image:: https://img.shields.io/pypi/status/pytest-mqtt.svg
28+
.. |status| image:: https://img.shields.io/pypi/status/pytest-mqtt.svg
1829
:target: https://pypi.org/project/pytest-mqtt/
1930
:alt: Project status (alpha, beta, stable)
2031

21-
.. image:: https://img.shields.io/pypi/pyversions/pytest-mqtt.svg
32+
.. |python-versions| image:: https://img.shields.io/pypi/pyversions/pytest-mqtt.svg
2233
:target: https://pypi.org/project/pytest-mqtt/
2334
:alt: Supported Python versions
2435

25-
.. image:: https://img.shields.io/pypi/l/pytest-mqtt.svg
36+
.. |license| image:: https://img.shields.io/pypi/l/pytest-mqtt.svg
2637
:target: https://github.com/mqtt-tools/pytest-mqtt/blob/main/LICENSE
2738
:alt: Project license
2839

29-
|
30-
31-
###########
32-
pytest-mqtt
33-
###########
40+
.. end-badges
3441
3542
3643
*****

0 commit comments

Comments
 (0)