Skip to content

Commit 6f6cd0e

Browse files
authored
test: refine coverage report (#1128)
1 parent c15b77a commit 6f6cd0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vitest.config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default defineConfig({
55
include: ['**/tests/**/*.test.ts'],
66
setupFiles: ['./vitest.setup.mts'],
77
coverage: {
8+
include: ['lib/**'],
89
thresholds: {
910
branches: 90,
1011
functions: 90,

0 commit comments

Comments
 (0)