We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f143832 commit c315308Copy full SHA for c315308
README.rst
@@ -1,5 +1,5 @@
1
========================================
2
- pyserial-asyncio-fast |docs|
+ pyserial-asyncio-fast |docs| |codecov|
3
4
5
Async I/O extension package for the Python Serial Port Extension for OSX, Linux, BSD
@@ -22,3 +22,6 @@ Documentation
22
.. |docs| image:: https://readthedocs.org/projects/pyserial-asyncio/badge/?version=latest
23
:target: http://pyserial-asyncio.readthedocs.io/
24
:alt: Documentation
25
+
26
+.. |codecov| image:: https://codecov.io/gh/home-assistant-libs/pyserial-asyncio-fast/branch/master/graph/badge.svg
27
+ :target: https://codecov.io/gh/home-assistant-libs/pyserial-asyncio-fast
0 commit comments