mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-29 17:58:08 +08:00
test: add coverage exlude (#16727)
* test: add coverage exlude * chore: update
This commit is contained in:
parent
d468b38494
commit
0cff8063c5
@ -27,6 +27,11 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
coverage: {
|
coverage: {
|
||||||
reporter: ['text', 'json-summary', 'json'],
|
reporter: ['text', 'json-summary', 'json'],
|
||||||
|
exclude: [
|
||||||
|
'play/**',
|
||||||
|
'packages/locale/lang/**',
|
||||||
|
'packages/components/*/style/**',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user