From baee6f185c5bac2d48ffe342fe30dfabe2305ebc Mon Sep 17 00:00:00 2001 From: Thomas Huang Date: Thu, 6 Apr 2023 00:15:02 +0800 Subject: [PATCH] Bump coverage (#18454) Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> --- coverage-targets.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/coverage-targets.js b/coverage-targets.js index 6157a706d7be..6097331d1d72 100644 --- a/coverage-targets.js +++ b/coverage-targets.js @@ -6,10 +6,10 @@ // subset of files to check against these targets. module.exports = { global: { - lines: 65.5, - branches: 53.5, - statements: 64.75, - functions: 58, + lines: 66, + branches: 54.4, + statements: 65, + functions: 58.5, }, transforms: { branches: 100,