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 - name: Install dependencies
run: npm install run: npm install
- name: Test - name: Test with coverage
run: npm test run: npm run test:coverage
- name: Build - name: Build
run: npm run build run: npm run build
+1
View File
@@ -12,6 +12,7 @@ dist
playwright-report playwright-report
test-results test-results
dist-ssr dist-ssr
coverage
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
server/dist server/dist
+1
View File
@@ -82,6 +82,7 @@
"@types/qrcode": "^1.5.6", "@types/qrcode": "^1.5.6",
"@types/ws": "^8.18.1", "@types/ws": "^8.18.1",
"@vitejs/plugin-vue": "^6.0.5", "@vitejs/plugin-vue": "^6.0.5",
"@vitest/coverage-v8": "^3.2.4",
"@vue/test-utils": "^2.4.6", "@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.9.1", "@vue/tsconfig": "^0.9.1",
"@xterm/addon-fit": "^0.11.0", "@xterm/addon-fit": "^0.11.0",