Skip to content

Commit

Permalink
Fix coverage generation
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Aug 13, 2018
1 parent 2a7a3a1 commit a6ab7ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ module.exports = function(config) {
],

coverageIstanbulReporter: {
dir: '../coverage',
fixWebpackSourcePaths: true,
reports: ['cobertura', 'lcov', 'html', 'text', 'text-summary'],
reports: ['lcov', 'text'],
skipFilesWithNoCoverage: true
},

Expand Down

0 comments on commit a6ab7ea

Please sign in to comment.