Skip to content

Commit defe35b

Browse files
authored
chore: test coverage thresholds set (#34)
1 parent 470186e commit defe35b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

vitest.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ export default defineConfig({
77
coverage: {
88
reporter: ['text', 'lcov', 'html'],
99
exclude: ['coverage/**', 'dist/**', '**/*.config.*', '**/*.test.*'],
10+
thresholds: {
11+
lines: 90,
12+
functions: 90,
13+
branches: 90,
14+
statements: 90,
15+
},
1016
},
1117
},
1218
})

0 commit comments

Comments
 (0)