Skip to content

Commit

Permalink
update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
gftea committed May 16, 2024
1 parent 73777be commit fb37f7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ jobs:
run: RUST_LOG=trace cargo llvm-cov --all-features --lcov --output-path ./lcov.info

- name: Report to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./lcov.info
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit fb37f7c

Please sign in to comment.