test: add coverage exlude (#16727)

* test: add coverage exlude

* chore: update
This commit is contained in:
btea 2024-05-06 10:02:26 +08:00 committed by GitHub
parent d468b38494
commit 0cff8063c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/**',
],
}, },
}, },
}) })