WIP: Move coverage to cargo-llvm-cov
#178
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "177---move-coverage-to-cargo-llvm-cov"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #177
Closed because excluding code is only possible on a per-file basis. Line-based exclusion is not supported in neither llvm-cov nor rust (except on nightly).
cargo-llvm-cov
relies on rust'scoverage
feature: https://github.com/taiki-e/cargo-llvm-cov/issues/71.Pull request closed