adjust coverage

This commit is contained in:
Ulf Gebhardt 2023-11-20 16:43:25 +01:00
parent afb42f6909
commit c06660afdd
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -12,10 +12,10 @@ export default mergeConfig(
coverage: {
all: true,
include: ['src/**/*.{js,jsx,ts,tsx,vue}'],
lines: 5.81,
lines: 5,
functions: 0,
branches: 11.11,
statements: 5.81,
branches: 10,
statements: 5,
// 100: true,
},
},