Skip to content

Commit 764b15b

Browse files
vdusekclaude
andcommitted
chore: configure codecov checks as informational
- 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 75e4c04 commit 764b15b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)