Skip to content

Commit

Permalink
Update codecov-action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
msk committed Mar 25, 2024
1 parent df18e70 commit 96be658
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
- name: Update coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: lcov.info
fail_ci_if_error: true

0 comments on commit 96be658

Please sign in to comment.