Skip to content

Commit

Permalink
test: add coverage exlude (#16727)
Browse files Browse the repository at this point in the history
* test: add coverage exlude

* chore: update
  • Loading branch information
btea committed May 6, 2024
1 parent d468b38 commit 0cff806
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ export default defineConfig({
},
coverage: {
reporter: ['text', 'json-summary', 'json'],
exclude: [
'play/**',
'packages/locale/lang/**',
'packages/components/*/style/**',
],
},
},
})

0 comments on commit 0cff806

Please sign in to comment.