Skip to content

Commit

Permalink
test: update vitest config (coverage)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoud committed Jan 23, 2024
1 parent 74e83cc commit 28c975b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ export default defineConfig({
environment: 'jsdom',
coverage: {
provider: 'v8',
all: false,
clean: true,
thresholds: {
branches: 60,
functions: 60,
lines: 60,
statements: 60
'packages/component/**/src/*.{ts,vue}': {
branches: 60,
functions: 60,
lines: 60,
statements: 60
}
}
}
}
Expand Down

0 comments on commit 28c975b

Please sign in to comment.