Skip to content

Commit

Permalink
ci: fix coverage calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
dextertanyj committed Apr 29, 2023
1 parent 387413a commit d51b8b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverageFrom": [
"**/*.(t|j)s"
"src/**/*.(t|j)s"
],
"coverageDirectory": "../coverage",
"coverageDirectory": "./coverage",
"testEnvironment": "node",
"moduleNameMapper": {
"^@$": "<rootDir>/src",
Expand Down

0 comments on commit d51b8b2

Please sign in to comment.