Adapt coverage tresholds in karma.conf.js
This commit is contained in:
parent
4cd0bcff05
commit
8604001e94
1 changed files with 8 additions and 7 deletions
|
@ -72,19 +72,20 @@ module.exports = (config) => {
|
|||
//statements: 90,
|
||||
lines: 90,
|
||||
//branches: 90,
|
||||
functions: 90,
|
||||
//functions: 90,
|
||||
},
|
||||
// thresholds per file
|
||||
each: {
|
||||
//statements: 90,
|
||||
lines: 90,
|
||||
//branches: 90,
|
||||
functions: 90,
|
||||
//overrides: {
|
||||
//"baz/component/**/*.js": {
|
||||
// statements: 90,
|
||||
//},
|
||||
// },
|
||||
//functions: 90,
|
||||
overrides: {
|
||||
"src/common/viewer.js": {
|
||||
lines: 0,
|
||||
functions: 0,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue