Skip to content

Commit

Permalink
Install coverage via Bash in Cygwin job
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Feb 28, 2024
1 parent 4ee8d9e commit 8fddca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ jobs:
run: |
python -m pip install coverage
python -m coverage xml --ignore-errors
shell: bash
- name: Publish coverage
if: hashFiles('coverage.xml') != '' # Rudimentary `file.exists()`
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 8fddca8

Please sign in to comment.