chore: remove refactored controllers from unit test coverage (#3063)

pull/3069/head
Jason Rasmussen 2023-07-01 00:47:28 -04:00 committed by GitHub
parent 19cc94e594
commit 7c2f7d6c51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -138,7 +138,8 @@
},
"collectCoverageFrom": [
"<rootDir>/src/**/*.(t|j)s",
"!<rootDir>/src/infra/**/*"
"!<rootDir>/src/infra/**/*",
"!<rootDir>/src/immich/controllers/**/*"
],
"coverageDirectory": "./coverage",
"coverageThreshold": {