Skip to content

Commit

Permalink
Upgrade codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronek committed Oct 13, 2024
1 parent aba09a4 commit 71c98c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
gcov -pbc $( find tests/ -type f -name '*.gcno' ) # generate .gcov files
- name: upload coverage report
uses: codecov/codecov-action@v4.3.0
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
disable_search: false
Expand Down

0 comments on commit 71c98c2

Please sign in to comment.