Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2018-10-29 16:27:55 +0300
committerJohann-S <johann.servoire@gmail.com>2018-10-29 16:49:29 +0300
commit2868f07240874ee2fcd48cc5afc218f6f9331c68 (patch)
treee38f76febdb72b27499a8adbaf8150f6c69f6333 /js/tests/karma.conf.js
parent91f8077ed5cfff2ee61e50a39a25982ef8c4b01f (diff)
update our coverage required for branches and functions
Diffstat (limited to 'js/tests/karma.conf.js')
-rw-r--r--js/tests/karma.conf.js4
1 files changed, 2 insertions, 2 deletions
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
}
}