diff --git a/octavia_dashboard/karma.conf.js b/octavia_dashboard/karma.conf.js index 0fd2e8c6..0dd33789 100644 --- a/octavia_dashboard/karma.conf.js +++ b/octavia_dashboard/karma.conf.js @@ -141,7 +141,15 @@ module.exports = function (config) { coverageReporter: { type: 'html', dir: '../cover/', - subdir: '.' + subdir: '.', + check: { + global: { + statements: 100, + branches: 100, + functions: 100, + lines: 100 + } + } }, // Coverage threshold values.