diff --git a/.gitignore b/.gitignore index f464981a3b..1194969b12 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ .coverage* .noseids .DS_STORE +/cover coverage.xml coverage-karma nosetests.xml diff --git a/horizon/karma.conf.js b/horizon/karma.conf.js index 833fa7e9b5..1f1a508c19 100644 --- a/horizon/karma.conf.js +++ b/horizon/karma.conf.js @@ -138,7 +138,7 @@ module.exports = function (config) { coverageReporter: { type: 'html', - dir: '../coverage-karma/' + dir: '../../cover/horizon' }, // Coverage threshold values. diff --git a/openstack_dashboard/karma.conf.js b/openstack_dashboard/karma.conf.js index 861c536b2e..7d1cb7af9f 100644 --- a/openstack_dashboard/karma.conf.js +++ b/openstack_dashboard/karma.conf.js @@ -184,7 +184,7 @@ module.exports = function (config) { // Places coverage report in HTML format in the subdirectory below. coverageReporter: { type: 'html', - dir: './coverage-karma/' + dir: '../cover/openstack_dashboard' }, // Coverage threshold values.