Skip to content

Commit

Permalink
Update the codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonkle committed Jan 8, 2025
1 parent 772b233 commit 4e4d57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: cargo make cov-ci

- name: Upload coverage data to codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: lcov.info
fail_ci_if_error: true
Expand Down

0 comments on commit 4e4d57c

Please sign in to comment.