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: {
|
||||
all: true,
|
||||
include: ['src/**/*.{js,jsx,ts,tsx,vue}'],
|
||||
lines: 2,
|
||||
lines: 1,
|
||||
functions: 0,
|
||||
branches: 8,
|
||||
statements: 2,
|
||||
branches: 5,
|
||||
statements: 1,
|
||||
// 100: true,
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user