From 66807f3fd735e93a5fdba58389a3157af52b2e6b Mon Sep 17 00:00:00 2001 From: Jyoti Puri Date: Thu, 9 Feb 2023 10:31:04 +0530 Subject: [PATCH] Fix build --- coverage-targets.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/coverage-targets.js b/coverage-targets.js index ada91d29ac51..95d453de0956 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: 62.25, - branches: 50.5, - statements: 61.5, - functions: 55, + lines: 63.66, + branches: 51.7, + statements: 62.88, + functions: 56.06, }, transforms: { branches: 100,