Skip to content

Commit dc5d022

Browse files
committed
readme: Add github badges
Signed-off-by: Boris Glimcher <[email protected]>
1 parent 9277a35 commit dc5d022

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# libnvme
22

3+
![MesonBuild](https://github.com/linux-nvme/libnvme/actions/workflows/meson.yml/badge.svg)
4+
![PyBuild](https://github.com/linux-nvme/libnvme/actions/workflows/python-publish.yml/badge.svg)
5+
[![PyPI](https://img.shields.io/pypi/v/libnvme)](https://pypi.org/project/libnvme/)
6+
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/libnvme)](https://pypi.org/project/libnvme/)
7+
![GitHub](https://img.shields.io/github/license/linux-nvme/libnvme)
8+
[![codecov](https://codecov.io/gh/linux-nvme/libnvme/branch/master/graph/badge.svg)](https://codecov.io/gh/linux-nvme/libnvme)
9+
[![Read the Docs](https://img.shields.io/readthedocs/libnvme)](https://libnvme.readthedocs.io/en/latest/)
10+
311
This is the libnvme development C library. libnvme provides type
412
definitions for NVMe specification structures, enumerations, and bit
513
fields, helper functions to construct, dispatch, and decode commands

0 commit comments

Comments
 (0)