Skip to content

Commit

Permalink
Update build-macos.yml
Browse files Browse the repository at this point in the history
Upgrade Codecov coverage reporter to 4.0.1
  • Loading branch information
widdowquinn authored Aug 9, 2024
1 parent d417187 commit 69efdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
if: ${{ always() }}

- name: Codecov Coverage Report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.0.1
with:
fail_ci_if_error: true # optional (default = false)
files: .coverage-macos-${{ matrix.python-version }}.xml # optional
Expand Down

0 comments on commit 69efdf6

Please sign in to comment.