From e4cadd6ae4a56380ac9d7d8601bfd09482791cc1 Mon Sep 17 00:00:00 2001 From: Claus-Peter Huebner Date: Fri, 18 Aug 2023 17:53:58 +0200 Subject: [PATCH] increase coverage --- federation/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/federation/jest.config.js b/federation/jest.config.js index f055d66e2..25ff58fb3 100644 --- a/federation/jest.config.js +++ b/federation/jest.config.js @@ -6,7 +6,7 @@ module.exports = { collectCoverageFrom: ['src/**/*.ts', '!**/node_modules/**', '!src/seeds/**', '!build/**'], coverageThreshold: { global: { - lines: 72, + lines: 76, }, }, setupFiles: ['/test/testSetup.ts'],