chore(cli): add 'text' coverage report
This commit is contained in:
parent
b1778d09f9
commit
d4a5be60f1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export default defineConfig({
|
|||
coverage: {
|
||||
enabled: true,
|
||||
provider: 'v8',
|
||||
reporter: 'html',
|
||||
reporter: ['html', 'text'],
|
||||
exclude: ['html/**', ...coverageConfigDefaults.exclude]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue