Skip to content

Commit

Permalink
migrate to cargo-llvm-cov as coverage provider
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocodutra committed May 31, 2024
1 parent 5aad360 commit 8ad7fde
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 @@ -91,11 +91,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo install --force cargo-tarpaulin
- run: cargo tarpaulin --all-features --workspace --engine llvm -o Xml
- uses: taiki-e/install-action@cargo-llvm-cov
- run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
- uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_TOKEN}}
files: lcov.info
fail_ci_if_error: true

browser:
Expand Down

0 comments on commit 8ad7fde

Please sign in to comment.