test: 固化 80% 覆盖率 CI 门禁(统计/分支/函数/行)并补齐交互用例

This commit is contained in:
2026-08-17 18:10:59 +08:00
parent 9003e4b494
commit c95e18f66e
5 changed files with 205 additions and 27 deletions
+1 -1
View File
@@ -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",