Skip to content

Commit

Permalink
fix: enable html coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Kubiak committed Oct 8, 2019
1 parent 943f5a8 commit 9dd0d9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ module.exports = function (config) {
reporters: ['progress', 'coverage'],

coverageReporter: {
type: 'text'
reporters: [
{ type: 'text' },
{ type: 'html' }
]
},

// web server port
Expand Down

0 comments on commit 9dd0d9d

Please sign in to comment.