Skip to content

Commit

Permalink
Merge pull request #433 from ggwadera/coverage
Browse files Browse the repository at this point in the history
Add all relevant files to code coverage
  • Loading branch information
kondanna authored Mar 24, 2021
2 parents 8216416 + da60546 commit 3c03587
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@
],
"testPathIgnorePatterns": [
"<rootDir>/__tests__/utils/"
],
"collectCoverageFrom": [
"**/*.{ts,tsx}",
"!**/node_modules/**",
"!**/*.d.ts",
"!graphql/(resolvers|typeDefs).ts"
]
},
"husky": {
Expand Down

1 comment on commit 3c03587

@vercel
Copy link

@vercel vercel bot commented on 3c03587 Mar 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.