]> git.r.bdr.sh - rbdr/page/commitdiff
Remove fail threshold as it's not consistent
authorRuben Beltran del Rio <redacted>
Sat, 4 Jan 2025 16:09:11 +0000 (17:09 +0100)
committerRuben Beltran del Rio <redacted>
Sat, 4 Jan 2025 16:09:11 +0000 (17:09 +0100)
Makefile

index d85de45ba116bc40a263fe94f704b340c81cf0fe..33f107f8dac21b848d4c662a00d36d607432c5e9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ test:
        cargo test
 
 coverage:
        cargo test
 
 coverage:
-       cargo tarpaulin --fail-under 100
+       cargo tarpaulin
 
 format:
        cargo fmt && cargo clippy --fix
 
 format:
        cargo fmt && cargo clippy --fix