Skip to content

Commit

Permalink
Merge pull request #1003 from aligent/chore/MICRO-349-coverage-exclud…
Browse files Browse the repository at this point in the history
…e-types

MICRO-349: Exclude types folder from test coverage
  • Loading branch information
kai-nguyen-aligent authored Jul 3, 2024
2 parents d127e95 + 37eec40 commit 8ff5056
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 8ff5056

Please sign in to comment.