Move coverage to cargo-llvm-cov
#177
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
It appears to be much simpler yet much more informative. At the moment it has fewer downloads than
grcov
, but it has more downloads per day.Link: https://github.com/taiki-e/cargo-llvm-cov
Blocked until excluding code can be done on a per-line 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.