Skip to content

Commit

Permalink
Merge pull request react-bootstrap#908 from AlexKVal/coverage
Browse files Browse the repository at this point in the history
Fix coverage reporting for only 'src'
  • Loading branch information
mtscout6 committed Jun 30, 2015
2 parents 557e470 + bbe2078 commit 80d1780
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 80d1780

Please sign in to comment.