From 318c88403d61d803b88a5c70a0ca67961835f1b4 Mon Sep 17 00:00:00 2001 From: Atharva Arya Date: Tue, 23 Jul 2024 10:51:54 +0530 Subject: [PATCH 1/2] Fix failing badge --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index fe1b070fbbc..2526553eab3 100644 --- a/README.rst +++ b/README.rst @@ -21,8 +21,8 @@ stars (*supernovae*). .. image:: https://codecov.io/gh/tardis-sn/tardis/branch/master/graph/badge.svg :target: https://codecov.io/gh/tardis-sn/tardis -.. image:: https://img.shields.io/endpoint?url=https://jsonbin.org/tardis-bot/tardis/badges/docstr-cov - :target: https://github.com/tardis-sn/tardis/actions/workflows/docstr-cov.yml?query=branch%3Amaster +.. image:: https://github.com/tardis-sn/tardis/actions/workflows/docstr-cov.yml/badge.svg + :target: https://github.com/tardis-sn/tardis/actions/workflows/docstr-cov.yml .. image:: https://github.com/tardis-sn/tardis/actions/workflows/tests.yml/badge.svg :target: https://github.com/tardis-sn/tardis/actions/workflows/tests.yml From 0b08db7c15fb0d2dcde2628b737f035c6f6607d9 Mon Sep 17 00:00:00 2001 From: Atharva Arya Date: Tue, 23 Jul 2024 18:36:05 +0530 Subject: [PATCH 2/2] Trigger tests