You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-09 23:17:29 +02:00
chore: database service unit tests (#13345)
This commit is contained in:
@@ -17,10 +17,10 @@ export default defineConfig({
|
||||
'src/services/index.ts',
|
||||
],
|
||||
thresholds: {
|
||||
lines: 80,
|
||||
statements: 80,
|
||||
branches: 85,
|
||||
functions: 80,
|
||||
lines: 85,
|
||||
statements: 85,
|
||||
branches: 90,
|
||||
functions: 85,
|
||||
},
|
||||
},
|
||||
server: {
|
||||
|
Reference in New Issue
Block a user