mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
ci: Enforce codecov checks for node components (no-changelog) (#15656)
This commit is contained in:
parent
6466e76c06
commit
66d339c0d8
1 changed files with 8 additions and 7 deletions
15
codecov.yml
15
codecov.yml
|
|
@ -7,12 +7,7 @@ coverage:
|
|||
patch: false
|
||||
project:
|
||||
default:
|
||||
threshold: 0.5%
|
||||
nodes:
|
||||
target: 80%
|
||||
threshold: 0.5%
|
||||
paths:
|
||||
- packages/nodes-base/**
|
||||
threshold: 0.5
|
||||
|
||||
github_checks:
|
||||
annotations: false
|
||||
|
|
@ -61,8 +56,14 @@ component_management:
|
|||
- packages/nodes-base/**
|
||||
- packages/@n8n/json-schema-to-zod/**
|
||||
- packages/@n8n/nodes-langchain/**
|
||||
statuses:
|
||||
- type: project
|
||||
target: auto
|
||||
threshold: 0% # Enforce: Coverage must not decrease
|
||||
|
||||
|
||||
|
||||
ignore:
|
||||
- (?s:.*/[^\/]*\.spec\.ts.*)\Z
|
||||
- (?s:.*/[^\/]*\.test\.ts.*)\Z
|
||||
- (?s:.*/[^\/]*e2e[^\/]*\.ts.*)\Z
|
||||
- (?s:.*/[^\/]*e2e[^\/]*\.ts.*)\Z
|
||||
Loading…
Reference in a new issue