This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
code coverage doesn't see constructors, other lines with hidden panic code #2367
Labels
stale
[bot only] Added to stale content; results in auto-close after a week.
Milestone
Problem
code coverage doesn't see constructors, other lines with hidden panic code, resulting in wrongish coverage metrics, weird artifacts like very basic code (Poh::new()) not being in the "covered" space...
https://codecov.io/gh/solana-labs/solana/src/master/src/poh.rs
rust-lang/rust#55352
Rustc adds line-number information for unhittable panic handlers ...
Proposed Solution
??
The text was updated successfully, but these errors were encountered: