test: 固化 80% 覆盖率 CI 门禁(统计/分支/函数/行)并补齐交互用例
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
||||
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
|
||||
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
|
||||
"typecheck": "npm run typecheck:node && npm run typecheck:web",
|
||||
"test": "vitest run",
|
||||
"test": "vitest run --coverage",
|
||||
"test:watch": "vitest",
|
||||
"build": "electron-vite build",
|
||||
"build:win": "electron-vite build && electron-builder --win",
|
||||
|
||||
Reference in New Issue
Block a user