Skip to content

Commit f001a0a

Browse files
committed
chore: update vitest coverage config to exclude .github directory
1 parent 78fc295 commit f001a0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vitest.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ export default defineConfig({
1414
"**/*.config.*",
1515
"coverage/",
1616
"src/__tests__/**",
17+
".github/**",
18+
"src/index.ts",
19+
"src/types.ts",
1720
],
1821
},
1922
},

0 commit comments

Comments
 (0)