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 27, 2024
1 parent 36b45b8 commit a44e4ec
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 a44e4ec

Please sign in to comment.