Skip to content

Commit

Permalink
remove test files from coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed Sep 19, 2024
1 parent 1c2aebc commit 5d6b24e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vitest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const EXCLUDE_FROM_TESTING = [

const EXCLUDE_FROM_COVERAGE = [
...EXCLUDE_FROM_TESTING,
'src/**/*.test.*',
'repo-jest-setup.jsx',
'vitest.setup.ts',
'custom-testing-library.js',
Expand Down

0 comments on commit 5d6b24e

Please sign in to comment.