Skip to content

Commit

Permalink
Don't ignore errors @ Cygwin coverage xml generation
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Feb 28, 2024
1 parent 8fddca8 commit b29b50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
if: hashFiles('.coverage') != '' # Rudimentary `file.exists()`
run: |
python -m pip install coverage
python -m coverage xml --ignore-errors
python -m coverage xml
shell: bash
- name: Publish coverage
if: hashFiles('coverage.xml') != '' # Rudimentary `file.exists()`
Expand Down

0 comments on commit b29b50d

Please sign in to comment.