mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
fix(server): coverage reports (#11925)
This commit is contained in:
parent
8285803c95
commit
cde0458dc8
@ -6,6 +6,16 @@ export default defineConfig({
|
||||
test: {
|
||||
root: './',
|
||||
globals: true,
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
include: ['src/cores/**', 'src/interfaces/**', 'src/services/**', 'src/utils/**'],
|
||||
thresholds: {
|
||||
lines: 80,
|
||||
statements: 80,
|
||||
branches: 85,
|
||||
functions: 85,
|
||||
},
|
||||
},
|
||||
server: {
|
||||
deps: {
|
||||
fallbackCJS: true,
|
||||
|
Loading…
Reference in New Issue
Block a user