Skip to content

Commit

Permalink
test: add unit test coverage inspection scope
Browse files Browse the repository at this point in the history
  • Loading branch information
a20688392 committed Aug 10, 2023
1 parent 06dd746 commit 8f55f55
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,11 @@
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverageFrom": [
"**/*.(t|j)s"
"**/*.(t|j)s",
"!**/swagger/**",
"!**/database/**",
"!**/main.ts",
"!**/config/**"
],
"coverageDirectory": "../coverage",
"testEnvironment": "node",
Expand Down

0 comments on commit 8f55f55

Please sign in to comment.