From ffcda8992cdf4e01544dc60fde44a9fe5a7a135d Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Wed, 24 Apr 2024 22:57:38 +0200 Subject: [PATCH] CI: Run coverage-badge on own test coverage This avoids compatibility errors getting masked by monkeypatching. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c088d28..a398fd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,3 +33,5 @@ jobs: run: pip install setuptools coverage==${{ matrix.coverage}} && pip install . && pip install -r requirements-dev.txt - name: Run tests run: python -m pytest + - name: Run coverage-badge on own test coverage + run: python -m coverage_badge