Skip to content

Commit

Permalink
vite.config: Remove coverage
Browse files Browse the repository at this point in the history
Since we are loading all the widgets and looking for them, vite is also checking if we are testing everything on them as well.
This breaks all the coverages values.

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Mar 22, 2024
1 parent 17351f5 commit 5528492
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions vite.config.ts
Expand Up @@ -34,13 +34,5 @@ export default defineConfig({
test: {
globals: true,
environment: 'jsdom',
coverage: {
branches: 90,
functions: 95,
lines: 98,
perFile: true,
reporter: ['html', 'text'],
statements: 95,
},
},
})

0 comments on commit 5528492

Please sign in to comment.