diff --git a/coverage-targets.js b/coverage-targets.js index 4bccf1153..4ae2893fd 100644 --- a/coverage-targets.js +++ b/coverage-targets.js @@ -6,10 +6,10 @@ // subset of files to check against these targets. module.exports = { global: { - branches: 50, - functions: 55, - lines: 62.25, - statements: 61.5, + branches: 49, + functions: 53, + lines: 61, + statements: 60, }, transforms: { branches: 100,