Skip to content

Commit e22bf10

Browse files
committed
chore: update coverage excludes
1 parent f3c4fe8 commit e22bf10

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

vitest.config.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ export default defineConfig({
99
environment: 'jsdom',
1010
exclude: [...configDefaults.exclude],
1111
coverage: {
12-
exclude: ['.prettierrc.js', 'eslint.config.js', 'src/index.tsx', 'vite*'],
12+
exclude: [
13+
'.prettierrc.js',
14+
'eslint.config.js',
15+
'src/index.tsx',
16+
'vite*',
17+
'dist/*',
18+
],
1319
reporter: ['text', 'json', 'json-summary'],
1420
thresholds: {
1521
lines: 80,

0 commit comments

Comments
 (0)