Skip to content

Commit

Permalink
πŸ”€ Merge pull request #108 from astariul/astariul-patch-2
Browse files Browse the repository at this point in the history
Generate coverage even if the tests fail
  • Loading branch information
astariul authored Jul 3, 2024
2 parents f9d1ff0 + 6d5985c commit a28b76d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto_coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Test with pytest
timeout-minutes: 5
run: python -m pytest --cov-fail-under=0
continue-on-error: true
- name: Generate the coverage badge & update the gist
run: |
export GIST_ID=$(cat README.md| grep coverage.svg | grep gist.githubusercontent.com | cut -d/ -f5)
Expand Down

0 comments on commit a28b76d

Please sign in to comment.