diff-coverage 0.6.1

Diff-coverage, supercharged in Rust. Fast, memory-efficient coverage on changed lines for CI.
1
2
3
pub fn normalize_path(path: &str) -> String {
    path.replace('\\', "/")
}