mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-07-19 02:06:38 +00:00
ci: make Codecov patch coverage informational (#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 #13750. ## verification https://github.com/Comfy-Org/ComfyUI_frontend/pull/13775#issuecomment-5008201405 ## 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>
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
coverage:
|
||||
status:
|
||||
patch:
|
||||
default:
|
||||
informational: true
|
||||
|
||||
comment:
|
||||
layout: 'header, diff, flags, files'
|
||||
behavior: default
|
||||
|
||||
Reference in New Issue
Block a user