From cf91e1c82b6e1a0495b4c3e2e2b07c1b0047e16a Mon Sep 17 00:00:00 2001 From: Oliver Bristow Date: Sun, 16 Nov 2025 17:22:09 +0000 Subject: [PATCH] Add Codecov badge --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f375905..c35366d 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -|Build Status| |PyPi Package| +|PyPI| |Build Status| |Coverage Report| jsonstore ========= @@ -110,5 +110,7 @@ file until all of the transactions have been closed. .. |Build Status| image:: https://github.com/Code0x58/python-jsonstore/actions/workflows/ci.yml/badge.svg :target: https://github.com/Code0x58/python-jsonstore/actions/workflows/ci.yml -.. |PyPi Package| image:: https://badge.fury.io/py/python-jsonstore.svg +.. |PyPI| image:: https://img.shields.io/pypi/v/python-jsonstore.svg :target: https://pypi.org/project/python-jsonstore/ +.. |Coverage Report| image:: https://codecov.io/gh/Code0x58/python-jsonstore/branch/master/graph/badge.svg + :target: https://codecov.io/gh/Code0x58/python-jsonstore