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 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