1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-16 07:24:40 +02:00

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

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