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