Skip to content

Commit

Permalink
bug: fix coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
plastic-karma committed Oct 9, 2024
1 parent 1e7b020 commit 96c13bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out Lcov --output-dir ./target/tarpaulin --fail-under 88
- name: Upload coverage to codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: target/tarpaulin/lcov.info
Expand Down

0 comments on commit 96c13bd

Please sign in to comment.