Skip to content

Commit 1c5055b

Browse files
committed
Include text summary in console output
1 parent 88762b5 commit 1c5055b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

karma.conf.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,10 @@ module.exports = function(config) {
8989
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
9090
reporters: ['mocha', 'coverage', 'coveralls'],
9191
coverageReporter: {
92-
type: 'lcovonly',
93-
dir: 'coverage/',
92+
reporters: [
93+
{ type: 'text-summary' },
94+
{ type: 'lcovonly', dir: 'coverage/' },
95+
]
9496
},
9597

9698

0 commit comments

Comments
 (0)