Skip to content

Commit ef6b240

Browse files
AriPerkkioghostdevvserhalp
authored
test: collect coverage from untested files too (#2239)
Co-authored-by: Willow (GHOST) <git@willow.sh> Co-authored-by: Philippe Serhal <philippe.serhal@gmail.com>
1 parent db4bbc3 commit ef6b240

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export default defineConfig({
224224
coverage: {
225225
enabled: true,
226226
provider: 'v8',
227-
exclude: ['**/node_modules/**', '**/*.json'],
227+
include: ['{app,cli,server,shared}/**/*.{ts,vue}'],
228228
},
229229
},
230230
})

0 commit comments

Comments
 (0)