Skip to content

Commit

Permalink
Update codecov action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rossnomann committed Jul 2, 2024
1 parent 23ee7a5 commit caf8c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Generate
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
- name: Publish
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: lcov.info
fail_ci_if_error: true
fail_ci_if_error: true

0 comments on commit caf8c56

Please sign in to comment.