Skip to content

Commit

Permalink
Delete coverage file before test generates it.
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandMacDoland committed Dec 4, 2024
1 parent c716490 commit 376428c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
run: |
pip install hatch
pip install coverage-badge
- name: Remove existing coverage.svg if it exists
run: |
if [ -f coverage.svg ]; then rm coverage.svg; fi
- name: Run fast tests and generate coverage badge
run: |
hatch -v run test -m "not slow"
Expand Down

0 comments on commit 376428c

Please sign in to comment.