coverage: enforce the 100% gate
Assisted-by: Claude Opus 5 via Claude Code
change zotsmooqtnyptwplqtzqpzmmrwqvvzuq
commit 6b1ec8fe9c006959332becb6da326680c1c12041
author Alpha Chen <alpha@kejadlen.dev>
date
parent zunourqx
diff --git a/justfile b/justfile
index f0eb8d6..b8b82cf 100644
--- a/justfile
+++ b/justfile
@@ -10,9 +10,8 @@ check:
 clippy:
     cargo clippy -p frork-cli --all-targets -- -D warnings
 
-# Report-only until assertions.rs has tests; raise the threshold as it climbs.
 coverage:
-    COVERAGE_THRESHOLD=0 ./bin/coverage
+    ./bin/coverage
 
 mutants:
     #!/usr/bin/env bash