Skip to content

Commit f70131c

Browse files
committed
fix: add coverage reporters to Vitest configuration
1 parent 6c92d78 commit f70131c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default defineConfig({
77
coverage: {
88
include: ['src/**/*.ts'],
99
exclude: ['src/demo.ts'],
10+
reporter: ['text', 'lcov'],
1011
},
1112
},
1213
});

0 commit comments

Comments
 (0)