We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a7041f + cf91e1c commit 868186aCopy full SHA for 868186a
1 file changed
README.rst
@@ -1,4 +1,4 @@
1
-|Build Status| |PyPi Package|
+|PyPI| |Build Status| |Coverage Report|
2
3
jsonstore
4
=========
@@ -110,5 +110,7 @@ file until all of the transactions have been closed.
110
111
.. |Build Status| image:: https://github.com/Code0x58/python-jsonstore/actions/workflows/ci.yml/badge.svg
112
:target: https://github.com/Code0x58/python-jsonstore/actions/workflows/ci.yml
113
-.. |PyPi Package| image:: https://badge.fury.io/py/python-jsonstore.svg
+.. |PyPI| image:: https://img.shields.io/pypi/v/python-jsonstore.svg
114
:target: https://pypi.org/project/python-jsonstore/
115
+.. |Coverage Report| image:: https://codecov.io/gh/Code0x58/python-jsonstore/branch/master/graph/badge.svg
116
+ :target: https://codecov.io/gh/Code0x58/python-jsonstore
0 commit comments