Skip to content

Commit ce9d917

Browse files
authored
add badges to README.rst
1 parent 0e37ada commit ce9d917

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.rst

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,31 @@
1-
.. |rtd-badge| image:: https://readthedocs.org/projects/circuitpython-mocks/badge/?version=latest
1+
.. |ci-status| image:: https://github.com/2bndy5/CircuitPython-mocks/actions/workflows/test.yml/badge.svg
2+
:target: https://github.com/2bndy5/CircuitPython-mocks/actions/workflows/test.yml
3+
:alt: CI status
4+
.. |rtd-badge| image:: https://img.shields.io/readthedocs/circuitpython-mocks?logo=readthedocs
25
:target: https://circuitpython-mocks.readthedocs.io/en/latest/
36
:alt: Documentation Status
47
.. |codecov-badge| image:: https://codecov.io/github/2bndy5/CircuitPython-mocks/graph/badge.svg?token=RSMPIF9995
58
:target: https://codecov.io/github/2bndy5/CircuitPython-mocks
69
:alt: Coverage Status
10+
.. |pypi-downloads| image:: https://img.shields.io/pepy/dt/circuitpython-mocks?label=PyPI%20Downloads&color=blue
11+
:target: https://pypi.org/project/circuitpython-mocks/
12+
:alt: Pepy Total Downlods
13+
.. |pypi-release| image:: https://img.shields.io/pypi/v/circuitpython-mocks
14+
:target: https://pypi.org/project/circuitpython-mocks/
15+
:alt: PyPI - Version
16+
.. |ruff-fmt| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
17+
:target: https://astral.sh/
18+
:alt: Formatted by ruff
19+
.. |license-badge| image:: https://img.shields.io/pypi/l/circuitpython-mocks?color=blue
20+
:target: https://github.com/2bndy5/CircuitPython-mocks?tab=MIT-1-ov-file#readme
21+
:alt: PyPI - License
22+
.. |supported-python-versions| image:: https://img.shields.io/pypi/pyversions/circuitpython-mocks
23+
:alt: PyPI - Python Version
724

8-
|rtd-badge| |codecov-badge|
25+
26+
|ci-status| |rtd-badge| |codecov-badge| |pypi-release| |pypi-downloads|
27+
28+
|ruff-fmt| |license-badge| |supported-python-versions|
929

1030
Read The Docs
1131
=============

0 commit comments

Comments
 (0)