ci: Add test results upload to Codecov (#14410)

This commit is contained in:
Nora Shapiro
2025-04-04 13:58:08 -07:00
committed by GitHub
parent 33e265aaa8
commit c2d39dfbb7
5 changed files with 24 additions and 1 deletions

View File

@@ -38,7 +38,7 @@
"start:default": "cd packages/cli/bin && ./n8n",
"start:tunnel": "./packages/cli/bin/n8n start --tunnel",
"start:windows": "cd packages/cli/bin && n8n",
"test": "turbo run test",
"test": "JEST_JUNIT_CLASSNAME={filepath} turbo run test",
"test:backend": "turbo run test:backend --concurrency=1",
"test:frontend": "turbo run test:frontend --concurrency=1",
"test:nodes": "turbo run test:nodes --concurrency=1",
@@ -56,6 +56,7 @@
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest-expect-message": "^1.1.3",
"jest-junit": "^16.0.0",
"jest-mock": "^29.6.2",
"jest-mock-extended": "^3.0.4",
"lefthook": "^1.7.15",