chore: update coverage config to use explicit include
This commit is contained in:
parent
080b6042c2
commit
47d81584a3
|
@ -34,15 +34,7 @@ export default defineConfig({
|
||||||
coverage: {
|
coverage: {
|
||||||
provider: 'istanbul',
|
provider: 'istanbul',
|
||||||
reporter: ['text', 'html'],
|
reporter: ['text', 'html'],
|
||||||
exclude: [
|
include: ['packages/*/src/**'],
|
||||||
...configDefaults.coverage.exclude!,
|
|
||||||
// DOM transitions are tested via e2e so no coverage is collected
|
|
||||||
'packages/runtime-dom/src/components/Transition*',
|
|
||||||
// mostly entries
|
|
||||||
'packages/vue-compat/**',
|
|
||||||
'packages-private/**',
|
|
||||||
'scripts/**',
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue