Skip to main content

parse_coverage_auto

Function parse_coverage_auto 

Source
pub fn parse_coverage_auto(
    path: &Path,
    content: &str,
) -> HashMap<PathBuf, FileCoverage>
Expand description

Auto-detect coverage file format from path extension and content, then dispatch to the appropriate parser. Falls back to LCOV for unknown extensions.