aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 33f107f..d85de45 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ test:
cargo test
coverage:
- cargo tarpaulin
+ cargo tarpaulin --fail-under 100
format:
cargo fmt && cargo clippy --fix