Skip to content

Commit

Permalink
feat: ignore cypress files in coverage by default (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Feb 3, 2022
1 parent 691bede commit ce68e2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vitest/src/integrations/coverage.ts
Expand Up @@ -13,6 +13,7 @@ const defaultExcludes = [
'coverage/**',
'packages/*/test{,s}/**',
'**/*.d.ts',
'cypress/**',
'test{,s}/**',
'test{,-*}.{js,cjs,mjs,ts,tsx,jsx}',
'**/*{.,-}test.{js,cjs,mjs,ts,tsx,jsx}',
Expand Down

0 comments on commit ce68e2b

Please sign in to comment.