mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
reduced linecoverage
This commit is contained in:
parent
9d346c8685
commit
c9d106652d
@ -12,10 +12,10 @@ export default mergeConfig(
|
||||
coverage: {
|
||||
all: true,
|
||||
include: ['src/**/*.{js,jsx,ts,tsx,vue}'],
|
||||
lines: 5,
|
||||
lines: 2,
|
||||
functions: 0,
|
||||
branches: 10,
|
||||
statements: 5,
|
||||
statements: 2,
|
||||
// 100: true,
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user