From: Ruben Beltran del Rio Date: Sat, 4 Jan 2025 16:09:11 +0000 (+0100) Subject: Remove fail threshold as it's not consistent X-Git-Tag: 1.4.0~2 X-Git-Url: https://git.r.bdr.sh/rbdr/page/commitdiff_plain/2d9952772d5f7915a8a68c5debf79177c0ce20f4?hp=5e9cc429045749ff7c1e6396de7657122783528d Remove fail threshold as it's not consistent --- diff --git a/Makefile b/Makefile index d85de45..33f107f 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ test: cargo test coverage: - cargo tarpaulin --fail-under 100 + cargo tarpaulin format: cargo fmt && cargo clippy --fix