From: Johann-S Date: Mon, 29 Oct 2018 13:27:55 +0000 (+0100) Subject: update our coverage required for branches and functions X-Git-Tag: v4.2.0~181 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2868f07240874ee2fcd48cc5afc218f6f9331c68;p=thirdparty%2Fbootstrap.git update our coverage required for branches and functions --- diff --git a/js/tests/karma.conf.js b/js/tests/karma.conf.js index 807f977d96..a8f81cbb4f 100644 --- a/js/tests/karma.conf.js +++ b/js/tests/karma.conf.js @@ -121,8 +121,8 @@ if (bundle) { emitWarning: false, global: { statements: 90, - branches: 84, - functions: 87, + branches: 86, + functions: 89, lines: 90 } }