mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore: finishing unit tests for a couple of services (#13292)
This commit is contained in:
parent
f5e0cdedbc
commit
9d0f03808c
17 changed files with 386 additions and 8 deletions
|
|
@ -9,6 +9,12 @@ export default defineConfig({
|
|||
coverage: {
|
||||
provider: 'v8',
|
||||
include: ['src/cores/**', 'src/interfaces/**', 'src/services/**', 'src/utils/**'],
|
||||
exclude: [
|
||||
'src/services/*.spec.ts',
|
||||
'src/services/api.service.ts',
|
||||
'src/services/microservices.service.ts',
|
||||
'src/services/index.ts',
|
||||
],
|
||||
thresholds: {
|
||||
lines: 80,
|
||||
statements: 80,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue