Skip to content

Commit

Permalink
chore: remove refactored controllers from unit test coverage (immich-…
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 authored Jul 1, 2023
1 parent 19cc94e commit 7c2f7d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@
},
"collectCoverageFrom": [
"<rootDir>/src/**/*.(t|j)s",
"!<rootDir>/src/infra/**/*"
"!<rootDir>/src/infra/**/*",
"!<rootDir>/src/immich/controllers/**/*"
],
"coverageDirectory": "./coverage",
"coverageThreshold": {
Expand Down

0 comments on commit 7c2f7d6

Please sign in to comment.