Skip to content

Commit 6e87e28

Browse files
committedJun 10, 2024·
fix: remove tests/** from coverage report
Signed-off-by: Denis Golovin <dgolovin@redhat.com>
1 parent 804358f commit 6e87e28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎vitest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export function coverageConfig(packageRoot, packageName) {
5050
'**/*-info.ts',
5151
'**/.{cache,git,idea,output,temp,cdix}/**',
5252
'**/*{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tailwind,postcss}.config.*',
53+
'tests',
5354
],
5455
provider: 'v8',
5556
reportsDirectory: path.join(packageRoot, `test-resources/coverage/${packageName}`),

0 commit comments

Comments
 (0)
Please sign in to comment.