Skip to content

Commit

Permalink
Remove coverage, as there is no coverage tracking for this repository
Browse files Browse the repository at this point in the history
  • Loading branch information
flevi29 committed Jan 21, 2025
1 parent c517587 commit 533b161
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 241 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import pluginReact from 'eslint-plugin-react'
import pluginVue from 'eslint-plugin-vue'

export default tseslint.config([
{ ignores: ['{packages,playgrounds}/*/dist/', 'coverage/'] },
{ ignores: ['{packages,playgrounds}/*/dist/'] },
eslint.configs.recommended,
{
files: ['**/*.{js,cjs,mjs}'],
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
},
"devDependencies": {
"vite": "^6.0.9",
"@vitest/coverage-v8": "^3.0.2",
"concurrently": "^9.1.2",
"vitest": "^3.0.2",
"cypress": "^8.6.0",
Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ export default defineConfig({
test: {
workspace: ['packages/*/vitest.config.ts'],
fileParallelism: false,
coverage: { include: ['src/**/*.ts'] },
},
})
Loading

0 comments on commit 533b161

Please sign in to comment.