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

This commit is contained in:
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

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": {