We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230650f commit 449c2e5Copy full SHA for 449c2e5
docs/githooks/pre-push
@@ -138,7 +138,8 @@ while read LOCAL_REF LOCAL_SHA REMOTE_REF REMOTE_SHA; do
138
# ==========================================================================
139
info "Running full test suite with coverage..."
140
141
- # Coverage threshold (set to 80% - adjust based on project requirements)
+ # Coverage threshold (set to 80% - adjust based on project maturity)
142
+ # Increase this threshold as test coverage improves
143
COVERAGE_THRESHOLD=80
144
145
# Run all tests including tests/ directory
0 commit comments