Skip to content

Commit

Permalink
MICRO-349: Exclude types folder from test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-nguyen-aligent committed Jul 2, 2024
1 parent 5d40b62 commit 37eec40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const viteBaseConfig = defineConfig({
environment: 'node',
coverage: {
reporter: ['text', 'html'],
exclude: ['node_modules/'],
exclude: ['node_modules/', '**/types'],
all: true,
branches: 80,
functions: 80,
Expand Down

0 comments on commit 37eec40

Please sign in to comment.