Skip to content

Commit

Permalink
🧪 Unignore errors in coverage xml @ Cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jun 26, 2024
1 parent 74c20b6 commit c453466
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 @@ -200,7 +200,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: C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0}
- name: Publish coverage
if: hashFiles('coverage.xml') != '' # Rudimentary `file.exists()`
Expand Down

0 comments on commit c453466

Please sign in to comment.