diff --git a/.github/workflows/test_fast.yml b/.github/workflows/test_fast.yml index 8bcd0724..208037cd 100644 --- a/.github/workflows/test_fast.yml +++ b/.github/workflows/test_fast.yml @@ -38,6 +38,7 @@ jobs: hatch -v run test -m "not slow" - name: Generate and commit coverage badge run: | + pip install coverage-badge coverage-badge -o coverage.svg git config --global user.name "GitHub Actions" git config --global user.email "actions@github.com"