Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit c0c00e7

Browse files
committed
only compute coverage for src
1 parent c93539d commit c0c00e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vitest.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ export default defineConfig({
44
test: {
55
globals: true,
66
setupFiles: ['./vitest.setup.ts'],
7+
coverage: {
8+
include: ['src/**'],
9+
},
710
reporters: [
811
'default',
912
'jest-image-snapshot/src/outdated-snapshot-reporter.js',

0 commit comments

Comments
 (0)