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 config
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Apr 16, 2024
1 parent 2041659 commit 36bb114
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { defineConfig } from 'vitest/config'

export default defineConfig({
test: {
coverage: {
provider: 'v8',
exclude: ['packages/playground', '.yarn/**/*', 'packages/*/public', 'packages/karbon/bin'],
},
},
})

0 comments on commit 36bb114

Please sign in to comment.