Skip to content

Commit 7a85049

Browse files
cpcloudclaude
andauthored
fix(ci): suppress codecov comments on PRs with no uncovered patch lines (#758)
## Summary - Change codecov `require_changes` from `true` to `"uncovered_patch"` so PR comments only appear when the patch itself contains uncovered lines - `true` (equivalent to `"any_change"`) triggers on indirect coverage changes (lines whose hit counts shifted even though they weren't modified), causing spurious comments on PRs that don't touch Go code (e.g. #757) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent edc6aa5 commit 7a85049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ coverage:
1212

1313
comment:
1414
layout: "files"
15-
require_changes: true
15+
require_changes: "uncovered_patch"

0 commit comments

Comments
 (0)