Function grcov::profraws_to_lcov

source ·
pub fn profraws_to_lcov(
    profraw_paths: &[PathBuf],
    binary_path: &Path,
    working_dir: &Path
) -> Result<Vec<Vec<u8>>, String>