]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update our coverage required for branches and functions
authorJohann-S <johann.servoire@gmail.com>
Mon, 29 Oct 2018 13:27:55 +0000 (14:27 +0100)
committerJohann-S <johann.servoire@gmail.com>
Mon, 29 Oct 2018 13:49:29 +0000 (14:49 +0100)
js/tests/karma.conf.js

index 807f977d96da7dabd8244d825d6a6e9ca68650a3..a8f81cbb4f0047600ac0a89e085e13163792c1fd 100644 (file)
@@ -121,8 +121,8 @@ if (bundle) {
       emitWarning: false,
       global: {
         statements: 90,
-        branches: 84,
-        functions: 87,
+        branches: 86,
+        functions: 89,
         lines: 90
       }
     }