Skip to content

Commit

Permalink
Emit lcovonly coverate
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Jun 18, 2015
1 parent 51ef60f commit c86d3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/coverage.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gulp.task('coverage', function (cb) {
}))
.pipe(istanbul.writeReports({
dir: paths.coverageFolder,
reporters: ['lcov', 'json', 'html'],
reporters: ['lcovonly', 'json', 'html'],
reportOpts: { dir: paths.coverageFolder }
}))
.pipe(istanbul.enforceThresholds({ thresholds: { global: 90 } }))
Expand Down

0 comments on commit c86d3a7

Please sign in to comment.