From a920f92c56b45b3e84422b483b4f9110e9dbcbf8 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 3 Feb 2026 04:54:45 +0100 Subject: [PATCH] inrrease coverage requirement to 93 --- backend/jest.config.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/jest.config.cjs b/backend/jest.config.cjs index c78de9155..285654e3a 100644 --- a/backend/jest.config.cjs +++ b/backend/jest.config.cjs @@ -18,7 +18,7 @@ module.exports = { ], coverageThreshold: { global: { - lines: 92, + lines: 93, }, }, testMatch: ['**/src/**/?(*.)+(spec|test).ts?(x)'],