cargo-llvm-cov
cargo-llvm-cov copied to clipboard
Unexpected behaviour in the coverage of the lines of the test functions
While checking a crate for its test coverage I saw that custom panic messages in test functions are counted as uncovered lines. Is this expected behavior and is already a way to fix this?
Below is a screenshot of a simplified example: