Skip to content

Commit

Permalink
ci: use codecov-action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gdesmott committed Nov 14, 2024
1 parent 6fcbb37 commit 0cfb6ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ jobs:
- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: lcov.info
fail_ci_if_error: true
fail_ci_if_error: true
verbose: true

0 comments on commit 0cfb6ee

Please sign in to comment.