ci: Fix package names in codecov.yml (no-changelog)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-01-06 14:48:33 +01:00
parent 2433d6b7d3
commit e224b8c15f
2 changed files with 20 additions and 10 deletions

View File

@@ -50,7 +50,11 @@
]
},
"lint:nodes": {
"dependsOn": ["n8n-nodes-base#lint", "@n8n/n8n-nodes-langchain#lint"]
"dependsOn": [
"n8n-nodes-base#lint",
"@n8n/n8n-nodes-langchain#lint",
"@n8n/json-schema-to-zod#lint"
]
},
"lint": {},
"lintfix": {},
@@ -79,7 +83,11 @@
"outputs": ["coverage/**"]
},
"test:nodes": {
"dependsOn": ["n8n-nodes-base#test", "@n8n/n8n-nodes-langchain#test"],
"dependsOn": [
"n8n-nodes-base#test",
"@n8n/n8n-nodes-langchain#test",
"@n8n/json-schema-to-zod#test"
],
"outputs": ["coverage/**"]
},
"test": {},