Skip to content

Commit

Permalink
Switch to cargo-llvm-cov for coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad-Edwards committed Jan 2, 2025
1 parent 1834f98 commit ea9c380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
cargo test --manifest-path crates/cs/Cargo.toml
- name: Generate coverage report
run: |
cargo install cargo-tarpaulin
cargo tarpaulin --out Xml --manifest-path crates/cs/Cargo.toml
cargo install cargo-llvm-cov
cargo llvm-cov --manifest-path crates/cs/blocks-cs-core/Cargo.toml --lcov --output-path lcov.info
- name: Check coverage
run: |
bash <(curl -s https://codecov.io/bash) -f lcov.info
Expand Down

0 comments on commit ea9c380

Please sign in to comment.