mirror of
https://github.com/EKKOLearnAI/hermes-web-ui.git
synced 2026-05-25 21:40:13 +00:00
test: enable coverage baseline (#763)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -12,6 +12,7 @@ dist
|
||||
playwright-report
|
||||
test-results
|
||||
dist-ssr
|
||||
coverage
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
server/dist
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user