From 51d3876e7152f7edf723e1607298fe857d29c810 Mon Sep 17 00:00:00 2001 From: Jan-Frederik Schmidt Date: Fri, 14 Jun 2024 21:51:31 +0200 Subject: [PATCH] chore: Add coverage badge to `README.rst` --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b924711..ab75f1a 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ shop-db2 ======== -|Code style: black| |Imports: isort| |Average time to resolve an issue| |Percentage of issues still open| +|Code style: black| |Imports: isort| |Coverage| |Average time to resolve an issue| |Percentage of issues still open| This is the documentation for shop-db. @@ -627,4 +627,6 @@ When an admin revokes or re-revokes a deposit, a DepositRevoke entry is made. It .. |Average time to resolve an issue| image:: http://isitmaintained.com/badge/resolution/g3n35i5/shop-db2.svg :target: http://isitmaintained.com/project/g3n35i5/shop-db2 .. |Percentage of issues still open| image:: http://isitmaintained.com/badge/open/g3n35i5/shop-db2.svg - :target: http://isitmaintained.com/project/g3n35i5/shop-db2 \ No newline at end of file + :target: http://isitmaintained.com/project/g3n35i5/shop-db2 +.. |Coverage| image:: https://codecov.io/gh/g3n35i5/shop-db2/graph/badge.svg + :target: https://codecov.io/gh/g3n35i5/shop-db2 \ No newline at end of file