Skip to content

Commit b254c17

Browse files
committed
README: Add badges for Python and CodeCov
Display the supported Python versions and CodeCov coverage on the README page. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent f79a93c commit b254c17

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
.. raw:: html
1+
.. image:: https://img.shields.io/pypi/pyversions/west?logo=python
2+
:target: https://pypi.org/project/west/
23

3-
<a href="https://scorecard.dev/viewer/?uri=github.com/zephyrproject-rtos/west"><img src="https://api.securityscorecards.dev/projects/github.com/zephyrproject-rtos/west/badge"></a>
4+
.. image:: https://api.securityscorecards.dev/projects/github.com/zephyrproject-rtos/west/badge
5+
:target: https://scorecard.dev/viewer/?uri=github.com/zephyrproject-rtos/west
6+
7+
.. image:: https://codecov.io/gh/zephyrproject-rtos/west/graph/badge.svg
8+
:target: https://codecov.io/gh/zephyrproject-rtos/west
49

510
This is the Zephyr RTOS meta tool, ``west``.
611

0 commit comments

Comments
 (0)