Skip to content

Commit 868186a

Browse files
authored
Merge pull request #13 from Code0x58/codex/add-pypi-badge-to-readme
Add Codecov badge
2 parents 3a7041f + cf91e1c commit 868186a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
|Build Status| |PyPi Package|
1+
|PyPI| |Build Status| |Coverage Report|
22

33
jsonstore
44
=========
@@ -110,5 +110,7 @@ file until all of the transactions have been closed.
110110
111111
.. |Build Status| image:: https://github.com/Code0x58/python-jsonstore/actions/workflows/ci.yml/badge.svg
112112
:target: https://github.com/Code0x58/python-jsonstore/actions/workflows/ci.yml
113-
.. |PyPi Package| image:: https://badge.fury.io/py/python-jsonstore.svg
113+
.. |PyPI| image:: https://img.shields.io/pypi/v/python-jsonstore.svg
114114
: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

Comments
 (0)