feat(ci): add coverage configuration

This commit is contained in:
Tuan-Dat Tran
2026-02-20 17:25:15 +01:00
parent dee36dafd3
commit 278082d322
2 changed files with 32 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
"preview": "vite preview",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"test:integration": "vitest run tests/integration",
"test:regression": "vitest run tests/regression --update",
"test:e2e": "playwright test",