ignores + better reporters
This commit is contained in:
parent
85847d172c
commit
3e6ac58e55
1 changed files with 6 additions and 1 deletions
|
|
@ -243,7 +243,12 @@ export default defineConfig(async ({ mode, command }) => {
|
|||
exclude: [...configDefaults.exclude, 'test/e2e-playwright/**'],
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
exclude: ['**/*.style.js', 'public/**'],
|
||||
all: true,
|
||||
reporter: [
|
||||
'text-summary',
|
||||
['lcov', { subdir: './src' }],
|
||||
],
|
||||
exclude: ['**/*.style.js', 'public/**', '**/*.scss'],
|
||||
},
|
||||
browser: {
|
||||
enabled: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue