diff --git a/horizon/karma.conf.js b/horizon/karma.conf.js index 6b6c9db93..e4ed8863a 100644 --- a/horizon/karma.conf.js +++ b/horizon/karma.conf.js @@ -147,10 +147,10 @@ module.exports = function (config) { // Coverage threshold values. thresholdReporter: { - statements: 91, // target 100 - branches: 81, // target 100 - functions: 90, // target 100 - lines: 92 // target 100 + statements: 93, // target 100 + branches: 84, // target 100 + functions: 91, // target 100 + lines: 93 // target 100 } }); }; diff --git a/openstack_dashboard/karma.conf.js b/openstack_dashboard/karma.conf.js index ce51e320b..6771ddcde 100644 --- a/openstack_dashboard/karma.conf.js +++ b/openstack_dashboard/karma.conf.js @@ -192,10 +192,10 @@ module.exports = function (config) { // Coverage threshold values. thresholdReporter: { - statements: 95, // target 100 - branches: 92, // target 100 - functions: 94, // target 100 - lines: 95 // target 100 + statements: 96, // target 100 + branches: 93, // target 100 + functions: 95, // target 100 + lines: 96 // target 100 } }); };