Skip to content

Commit

Permalink
test: ignore coverage of test files
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Sep 17, 2020
1 parent 00dd407 commit bd761af
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,16 @@
"<rootDir>/node_modules",
"."
],
"coverageDirectory": "./artifacts/coverage",
"coveragePathIgnorePatterns": [
"<rootDir>/node_modules",
"<rootDir>/tests"
],
"testPathIgnorePatterns": [
"./artifacts/",
"./dist/",
"./node_modules/"
],
"coverageDirectory": "./artifacts/coverage"
]
},
"commitlint": {
"extends": [
Expand Down

0 comments on commit bd761af

Please sign in to comment.