Skip to main content

write_coverage_artifacts

Function write_coverage_artifacts 

Source
pub fn write_coverage_artifacts(
    cov: &Coverage,
    out_dir: &Path,
) -> Result<(PathBuf, PathBuf)>
Expand description

Write coverage.lcov + coverage.html for FR114. Fails if coverage is empty.