Skip to content

Commit 26a880f

Browse files
vdusekclaude
andauthored
chore: configure codecov checks as informational (#821)
## Summary - Add patch coverage target at 50% - Set both project and patch status checks to informational mode so they report coverage but never block CI Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 11af30a commit 26a880f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

codecov.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ coverage:
44
default:
55
target: auto
66
threshold: 0.10% # tolerate up to 0.10% decrease
7+
informational: true # CI check reports status but never fails
8+
patch:
9+
default:
10+
target: 50% # error only if patch coverage drops below 50%
11+
informational: true # CI check reports status but never fails

0 commit comments

Comments
 (0)