mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
ci: Fix code coverage collection (#12443)
This commit is contained in:
committed by
GitHub
parent
39d5e0ff87
commit
f043ff12c6
11
turbo.json
11
turbo.json
@@ -17,7 +17,7 @@
|
||||
},
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["dist/**", "coverage/**"]
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"typecheck": {
|
||||
"dependsOn": ["^typecheck"]
|
||||
@@ -66,7 +66,8 @@
|
||||
"n8n-workflow#test",
|
||||
"n8n-core#test",
|
||||
"n8n#test"
|
||||
]
|
||||
],
|
||||
"outputs": ["coverage/**"]
|
||||
},
|
||||
"test:frontend": {
|
||||
"dependsOn": [
|
||||
@@ -74,10 +75,12 @@
|
||||
"@n8n/codemirror-lang#test",
|
||||
"n8n-design-system#test",
|
||||
"n8n-editor-ui#test"
|
||||
]
|
||||
],
|
||||
"outputs": ["coverage/**"]
|
||||
},
|
||||
"test:nodes": {
|
||||
"dependsOn": ["n8n-nodes-base#test", "@n8n/n8n-nodes-langchain#test"]
|
||||
"dependsOn": ["n8n-nodes-base#test", "@n8n/n8n-nodes-langchain#test"],
|
||||
"outputs": ["coverage/**"]
|
||||
},
|
||||
"test": {},
|
||||
"watch": {
|
||||
|
||||
Reference in New Issue
Block a user