Skip to content

Commit

Permalink
Fix coverage reporting for only 'src'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKVal committed Jun 30, 2015
1 parent ce3a1cd commit bbe2078
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ var reporters = ['mocha'];

if (runCoverage) {
webpackConfig = require('./webpack/test-coverage.config');
preprocessors.push('coverage');
reporters.push('coverage');

if (isCI) {
Expand Down

0 comments on commit bbe2078

Please sign in to comment.