From a8ce644ca6148670523b0c2fa87807ae52a735a0 Mon Sep 17 00:00:00 2001 From: tgoelles Date: Thu, 21 Sep 2023 06:51:11 +0000 Subject: [PATCH] added coverage-badge --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e01a078..3faeadb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,7 @@ test = [ "pytest-runner", "pytest==7.4.2", "pytest-check", + "coverage-badge", "pytest-github-actions-annotate-failures", "shellcheck-py==0.9.0.2", "scipy"