Skip to content

Commit d4d8b68

Browse files
vdusekclaude
andauthored
chore: configure codecov checks as informational (#654)
## 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 <[email protected]>
1 parent 74d8ab2 commit d4d8b68

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)