Skip to content

Commit 819331e

Browse files
committed
fix(coverage): 🐛 Add missing bench files to exclusion list
1 parent 33715ee commit 819331e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig({
1414
provider: 'v8',
1515
reporter: ['text', 'json', 'json-summary', 'html'],
1616
include: ['helpers/**/*.ts'],
17-
exclude: ['helpers/**/*.{test,spec}.ts', 'helpers/**/index.ts'],
17+
exclude: ['helpers/**/*.{test,spec}.ts', 'helpers/**/*.bench.ts', 'helpers/**/index.ts'],
1818
// Target: 100% coverage
1919
// Current thresholds are set to warn but not fail
2020
// Remove these comments and set all to 100 when ready

0 commit comments

Comments
 (0)