diff --git a/horizon/karma.conf.js b/horizon/karma.conf.js index aaad05e9b..caef3fb0c 100644 --- a/horizon/karma.conf.js +++ b/horizon/karma.conf.js @@ -150,10 +150,10 @@ module.exports = function (config) { // Coverage threshold values. thresholdReporter: { - statements: 90, // target 100 - branches: 77, // target 100 - functions: 89, // target 100 - lines: 87 // target 100 + statements: 91, // target 100 + branches: 81, // target 100 + functions: 90, // target 100 + lines: 91 // target 100 } }); }; diff --git a/openstack_dashboard/karma.conf.js b/openstack_dashboard/karma.conf.js index bff15f4f2..e63c88be0 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: 92, // target 100 - branches: 89, // target 100 + statements: 93, // target 100 + branches: 90, // target 100 functions: 92, // target 100 - lines: 92 // target 100 + lines: 93 // target 100 } }); };