Skip to content

Commit

Permalink
ci: try to fix coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetech committed Sep 2, 2024
1 parent f3fe5b1 commit 3d3a842
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 @@ -55,7 +55,7 @@ jobs:

- name: Report coverage
if: contains(matrix.name, 'coverage')
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
files: ./coverage.xml
Expand Down

0 comments on commit 3d3a842

Please sign in to comment.