Commit b4fea2b
authored
ci: make Codecov patch coverage informational (Comfy-Org#13768)
## Summary
Make Codecov patch coverage informational so the critical Vitest
thresholds remain the coverage merge gate.
## Changes
- **What**: Configure the default `codecov/patch` status as
informational. Patch coverage remains visible, but uncovered
non-critical lines no longer produce a failed check like Comfy-Org#13750.
## verification
Comfy-Org#13775 (comment)
## Review Focus
Critical coverage is still enforced by the required `CI: Tests Unit`
job. This only changes the external Codecov status from blocking-style
failure to informational reporting.
Validated with Codecov's YAML validator, `pnpm exec oxfmt --check
codecov.yml`, and the pre-push `knip` hook.
Created by Codex
Co-authored-by: huang47 <157390+huang47@users.noreply.github.com>1 parent 230b6ac commit b4fea2b
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
0 commit comments