From 8bf8dd9999bbcd9843731140ddf5b51f1ca50f98 Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Fri, 17 Jan 2025 20:04:56 +0100 Subject: [PATCH] Fix ci workflow: Stop producing the coverage badge --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 0c77e12e..d5e00826 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,6 @@ formatting: codestyle #* Linting test: poetry run pytest -c pyproject.toml tests/ - poetry run coverage-badge -o assets/images/coverage.svg -f check-codestyle: poetry run isort --diff --check-only --settings-path pyproject.toml ./