Skip to content

Commit

Permalink
Include text summary in console output
Browse files Browse the repository at this point in the history
  • Loading branch information
astralarya committed Aug 18, 2016
1 parent 88762b5 commit 1c5055b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,10 @@ module.exports = function(config) {
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
reporters: ['mocha', 'coverage', 'coveralls'],
coverageReporter: {
type: 'lcovonly',
dir: 'coverage/',
reporters: [
{ type: 'text-summary' },
{ type: 'lcovonly', dir: 'coverage/' },
]
},


Expand Down

0 comments on commit 1c5055b

Please sign in to comment.