Skip to content

Commit

Permalink
docs: add build status, docs status, and code coverage badges to README
Browse files Browse the repository at this point in the history
- Add PyPI build status badge to README.
- Add documentation build status badge to README.
- Add Codecov coverage badge to README.
  • Loading branch information
Lei-k committed Jul 24, 2024
1 parent 243a65a commit 1d2f336
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
ASYNC PYSERIAL
===============

![pypi](https://github.com/Lei-k/async-pyserial/actions/workflows/python-publish.yml/badge.svg)
![docs](https://github.com/Lei-k/async-pyserial/actions/workflows/docs-publish.yml/badge.svg)
![codecov](https://codecov.io/gh/Lei-k/async-pyserial/branch/main/graph/badge.svg)

Python bindings for a C++ serial port library providing asynchronous serial communication support.

Features
Expand Down

0 comments on commit 1d2f336

Please sign in to comment.