ci: Setup code-coverage reporting for frontend packages (no-changelog) (#5679)
This commit is contained in:
committed by
GitHub
parent
a96861b87f
commit
eb3ba83e63
@@ -16,8 +16,7 @@
|
||||
"clean": "rimraf dist .turbo",
|
||||
"build": "vite build",
|
||||
"typecheck": "vue-tsc --emitDeclarationOnly",
|
||||
"test": "vitest run",
|
||||
"test:ci": "vitest run --coverage",
|
||||
"test": "vitest run --coverage",
|
||||
"test:dev": "vitest",
|
||||
"build:storybook": "storybook build",
|
||||
"storybook": "storybook dev -p 6006",
|
||||
@@ -54,6 +53,7 @@
|
||||
"@types/markdown-it-emoji": "^2.0.2",
|
||||
"@types/markdown-it-link-attributes": "^3.0.1",
|
||||
"@types/sanitize-html": "^2.8.0",
|
||||
"@vitest/coverage-c8": "^0.28.5",
|
||||
"@vitejs/plugin-vue2": "^2.2.0",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"c8": "7.12.0",
|
||||
@@ -67,7 +67,7 @@
|
||||
"storybook-addon-themes": "^6.1.0",
|
||||
"trim": "^1.0.1",
|
||||
"vite": "^4.0.4",
|
||||
"vitest": "^0.28.4",
|
||||
"vitest": "^0.28.5",
|
||||
"vue-class-component": "^7.2.6",
|
||||
"vue-loader": "^15.10.1",
|
||||
"vue-property-decorator": "^9.1.2",
|
||||
|
||||
Reference in New Issue
Block a user