Description
Measures test coverage for Rust projects. It helps developers see which code is exercised by tests and where additional regression coverage may be needed.
Use it to guide testing work, not as the only quality metric. High coverage can still miss important behavior, and low-level or platform-specific code may need special configuration.