mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
adjust coverage
This commit is contained in:
parent
afb42f6909
commit
c06660afdd
@ -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,
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user