Skip to content

Commit

Permalink
fix: exclude dist directory from default coverage (#1664)
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Jul 18, 2022
1 parent 951080f commit 9ccf75d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vitest/src/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const defaultExclude = ['**/node_modules/**', '**/dist/**', '**/cypress/*

const defaultCoverageExcludes = [
'coverage/**',
'dist/**',
'packages/*/test{,s}/**',
'**/*.d.ts',
'cypress/**',
Expand Down

0 comments on commit 9ccf75d

Please sign in to comment.