covguard 0.1.0

CLI for diff-scoped coverage gating on changed lines
1
2
3
fn main() {
    println!("cargo:rustc-check-cfg=cfg(coverage)");
}