Skip to content

Commit

Permalink
removing coverage from reporters
Browse files Browse the repository at this point in the history
  • Loading branch information
enzor committed Jun 3, 2016
1 parent 5cd03ac commit 5f7473b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ng2-components/ng2-alfresco-core/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = function (config) {
],

// Coverage reporter generates the coverage
reporters: ['mocha', 'coverage', 'kjhtml'],
reporters: ['mocha', 'kjhtml'],

// Source files that you wanna generate coverage for.
// Do not include tests or libraries (these files will be instrumented by Istanbul)
Expand Down

0 comments on commit 5f7473b

Please sign in to comment.