Skip to content

Commit

Permalink
Merge pull request #136 from timvw/renovate/codecov-codecov-action-5.x
Browse files Browse the repository at this point in the history
chore(deps): update codecov/codecov-action action to v5
  • Loading branch information
timvw authored Jan 6, 2025
2 parents 161dfcd + 9cbcfab commit 203d3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
target/coverage/prof
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: lcov.info
fail_ci_if_error: false
Expand Down

0 comments on commit 203d3fd

Please sign in to comment.