Skip to content

Commit

Permalink
Install coverage-badge in the workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandMacDoland committed Dec 3, 2024
1 parent 62d4d12 commit c0c2345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
Expand Down

0 comments on commit c0c2345

Please sign in to comment.