You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(coverage): Switch to cargo-llvm-cov for code coverage
- Updated .github/workflows/code_coverage.yml to use cargo-llvm-cov instead of grcov
- Removed environment variables (RUSTFLAGS, RUSTDOCFLAGS, LLVM_PROFILE_FILE)
- Switched to nightly toolchain for coverage generation
- Enabled coverage_nightly config attribute in lib.rs
- Added coverage(off) attribute to all test modules to exclude them from coverage reports
- Added lint config for coverage_nightly cfg to Cargo.toml
- Also add lcov.info to .gitignore to prevent accidental commits
0 commit comments