Commit 7a85049
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
0 commit comments