Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
chore: add coverage exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Apr 22, 2024
1 parent e6f6be9 commit 4249a36
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ export default defineConfig({
test: {
coverage: {
provider: 'v8',
exclude: ['packages/playground', '.yarn/**/*', 'packages/*/public', 'packages/karbon/bin'],
exclude: [
'packages/playground',
'.yarn/**/*',
'packages/*/public',
'packages/karbon/bin',
'packages/karbon/playground',
'.moon/**/*',
],
},
},
})

0 comments on commit 4249a36

Please sign in to comment.