Skip to content

Commit

Permalink
update code coverage target files
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuvlad-innovatorspark committed Mar 25, 2024
1 parent 2fb8b8b commit 92e4dbe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,12 @@
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverageFrom": [
"**/*.(t|j)s"
"**/*.service.(t|j)s",
"**/*.controller.(t|j)s",
"!**/*.dto.(t|j)s",
"!**/*.module.(t|j)s",
"!**/*.entity.(t|j)s",
"!**/*.fields.(t|j)s"
],
"coverageDirectory": "../coverage",
"testEnvironment": "node"
Expand Down

0 comments on commit 92e4dbe

Please sign in to comment.