From e087e79881a96b61406a93691af085d517d6864e Mon Sep 17 00:00:00 2001 From: Michele Esposito Date: Wed, 24 Jan 2024 17:47:20 +0100 Subject: [PATCH] test: adjust coverage --- packages/keyring-controller/jest.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/keyring-controller/jest.config.js b/packages/keyring-controller/jest.config.js index a7a7dca1587..838f2c07965 100644 --- a/packages/keyring-controller/jest.config.js +++ b/packages/keyring-controller/jest.config.js @@ -17,10 +17,10 @@ module.exports = merge(baseConfig, { // An object that configures minimum threshold enforcement for coverage results coverageThreshold: { global: { - branches: 74.14, - functions: 98.94, - lines: 93.84, - statements: 93.88, + branches: 73.79, + functions: 98.93, + lines: 93.81, + statements: 93.85, }, },