Skip to content

Commit

Permalink
Remove coverage reporter from default test runner
Browse files Browse the repository at this point in the history
This was included accidentally in the codecov change. Undo it so that
coverage is only generated when we ask for it.
  • Loading branch information
meisekimiu committed Oct 20, 2023
1 parent 324ed92 commit 42fb075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = function (config) {
{ type: 'text-summary' },
],
},
reporters: ['progress', 'coverage', 'kjhtml', 'junit', 'spec'],
reporters: ['progress', 'kjhtml', 'junit', 'spec'],
browsers: ['ChromeHeadless'],
restartOnFileChange: true,
customLaunchers: {
Expand Down

0 comments on commit 42fb075

Please sign in to comment.