From f2356b29a5b8d1e51d614fceabed35d8ad7a1a4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Regadas?= Date: Tue, 30 May 2023 13:08:07 +0100 Subject: [PATCH] updates values (#19336) --- coverage-targets.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/coverage-targets.js b/coverage-targets.js index bc651cd246bf..631a8b6e737d 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: 70.94, - branches: 59.11, - statements: 70.38, - functions: 63.65, + lines: 70.85, + branches: 59.07, + statements: 70.3, + functions: 63.52, }, transforms: { branches: 100,