Function grcov::run_gcov

source ·
pub fn run_gcov(
    gcno_path: &Path,
    branch_enabled: bool,
    working_dir: &Path
) -> Result<(), GcovToolError>