Since we've added more testing, coverage thresholds can be bumped up a bit. (#8824)
This commit is contained in:
parent
7d73872afb
commit
618fc4f902
1 changed files with 4 additions and 4 deletions
|
|
@ -18,10 +18,10 @@ module.exports = {
|
|||
],
|
||||
coverageThreshold: {
|
||||
global: {
|
||||
statements: 38,
|
||||
branches: 34,
|
||||
functions: 34,
|
||||
lines: 39,
|
||||
statements: 40,
|
||||
branches: 35,
|
||||
functions: 39,
|
||||
lines: 41,
|
||||
},
|
||||
},
|
||||
moduleNameMapper: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue