fix: vitest config - coverage lcov
This commit is contained in:
parent
c23c34583d
commit
09a45baa5d
@ -5,9 +5,13 @@ export default defineConfig({
|
|||||||
projects: [
|
projects: [
|
||||||
// Core package - use its own vitest config
|
// Core package - use its own vitest config
|
||||||
'./core',
|
'./core',
|
||||||
|
|
||||||
// Web-app package - use its own vitest config
|
// Web-app package - use its own vitest config
|
||||||
'./web-app'
|
'./web-app',
|
||||||
]
|
],
|
||||||
}
|
coverage: {
|
||||||
})
|
provider: 'v8',
|
||||||
|
reporter: ['text', 'json', 'html', 'lcov'],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user