mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Enforce codecov checks for node components (no-changelog) (#15656)
This commit is contained in:
13
codecov.yml
13
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,6 +56,12 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user