git.r.bdr.sh
/
rbdr
/
page
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(from parent 1:
5e9cc42
)
Remove fail threshold as it's not consistent
author
Ruben Beltran del Rio
<redacted>
Sat, 4 Jan 2025 16:09:11 +0000
(17:09 +0100)
committer
Ruben Beltran del Rio
<redacted>
Sat, 4 Jan 2025 16:09:11 +0000
(17:09 +0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index d85de45ba116bc40a263fe94f704b340c81cf0fe..33f107f8dac21b848d4c662a00d36d607432c5e9 100644
(file)
--- 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