From f00185b7b0b62b8b0b50cfa503e464b31e731cf3 Mon Sep 17 00:00:00 2001 From: Michele Esposito Date: Thu, 24 Oct 2024 14:33:55 +0200 Subject: [PATCH] adjust jest coverage threshold --- packages/keyring-controller/jest.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/keyring-controller/jest.config.js b/packages/keyring-controller/jest.config.js index 912580f270..3dbee99897 100644 --- a/packages/keyring-controller/jest.config.js +++ b/packages/keyring-controller/jest.config.js @@ -19,8 +19,8 @@ module.exports = merge(baseConfig, { global: { branches: 95.51, functions: 100, - lines: 99.08, - statements: 99.09, + lines: 99.07, + statements: 99.08, }, },