test: enable coverage baseline (#763)

This commit is contained in:
Zhicheng Han
2026-05-15 11:35:43 +02:00
committed by GitHub
parent 97b15d6514
commit 312e7397eb
3 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ jobs:
- name: Install dependencies
run: npm install
- name: Test
run: npm test
- name: Test with coverage
run: npm run test:coverage
- name: Build
run: npm run build
+1
View File
@@ -12,6 +12,7 @@ dist
playwright-report
test-results
dist-ssr
coverage
__pycache__/
*.py[cod]
server/dist
+1
View File
@@ -82,6 +82,7 @@
"@types/qrcode": "^1.5.6",
"@types/ws": "^8.18.1",
"@vitejs/plugin-vue": "^6.0.5",
"@vitest/coverage-v8": "^3.2.4",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.9.1",
"@xterm/addon-fit": "^0.11.0",