Skip to content

Commit

Permalink
chore(coverage): output test coverage into the console
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed May 1, 2016
1 parent 2ca6fa4 commit b74ca18
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions karma.conf.js
Expand Up @@ -60,8 +60,12 @@ module.exports = function(config) {
webpack: webpackConfig,

coverageReporter: {
type: 'lcov',
dir : 'test/coverage/'
reporters: [{
type: 'text-summary'
}, {
type: 'lcov',
dir : 'test/coverage/',
}]
},

// test results reporter to use
Expand Down

0 comments on commit b74ca18

Please sign in to comment.