From ccf6d341d106a7881b2e4a1a06e21cd55c19015f Mon Sep 17 00:00:00 2001 From: Theresa Gresch Date: Thu, 8 Aug 2019 17:52:06 +0200 Subject: [PATCH] Adapt global coverage thresholds --- frontend/karma.conf.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/karma.conf.js b/frontend/karma.conf.js index 7fa3a0b03..750b4a764 100644 --- a/frontend/karma.conf.js +++ b/frontend/karma.conf.js @@ -69,10 +69,10 @@ module.exports = (config) => { emitWarning: true, // set to `true` to not fail the test command when thresholds are not met // thresholds for all files global: { - statements: 100, - lines: 100, - branches: 100, - functions: 100, + statements: 90, + lines: 90, + branches: 90, + functions: 90, }, // thresholds per file each: {