Commit ee662df8 authored by Robert Knight's avatar Robert Knight

Update code coverage output location

Remove one layer of dir traversal after moving karma.config.js from
src/scripts to src/sidebar.
parent 59025f62
...@@ -87,7 +87,7 @@ module.exports = function(config) { ...@@ -87,7 +87,7 @@ module.exports = function(config) {
}, },
coverageReporter: { coverageReporter: {
dir: '../../coverage/', dir: '../coverage/',
reporters: [ reporters: [
{type:'html'}, {type:'html'},
{type:'json', subdir: './'}, {type:'json', subdir: './'},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment