Skip to content

Commit 449c2e5

Browse files
committed
fix: TFO-GO-SDK update pre-commit coverage test
1 parent 230650f commit 449c2e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/githooks/pre-push

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ while read LOCAL_REF LOCAL_SHA REMOTE_REF REMOTE_SHA; do
138138
# ==========================================================================
139139
info "Running full test suite with coverage..."
140140

141-
# Coverage threshold (set to 80% - adjust based on project requirements)
141+
# Coverage threshold (set to 80% - adjust based on project maturity)
142+
# Increase this threshold as test coverage improves
142143
COVERAGE_THRESHOLD=80
143144

144145
# Run all tests including tests/ directory

0 commit comments

Comments
 (0)