Skip to content

Commit 2d6f680

Browse files
Patel230claude
andcommitted
ci: raise coverage gate 30->70 (actual 78%)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 4274682 commit 2d6f680

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Coverage threshold
116116
run: |
117117
COVERAGE=$(go tool cover -func=coverage.out | tail -1 | grep -oE '[0-9]+\.[0-9]+' || echo "0")
118-
THRESHOLD=30
118+
THRESHOLD=70
119119
if [ "$(echo "$COVERAGE < $THRESHOLD" | bc -l)" -eq 1 ]; then
120120
echo "::error::Coverage ${COVERAGE}% is below threshold ${THRESHOLD}%"
121121
exit 1

0 commit comments

Comments
 (0)