Skip to content

Commit

Permalink
test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestjx committed Oct 25, 2024
1 parent c106a4c commit c3a93b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vitest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ export default defineConfig({
coverage: {
provider: 'istanbul',
reporter: ['text', 'json', 'html', 'lcov'],
reportsDirectory: './coverage'
reportsDirectory: './coverage',
exclude: [
'service/*' // Exclude specific folders or files
]
},
},
plugins: [react()],
Expand Down

0 comments on commit c3a93b0

Please sign in to comment.