Skip to content

Commit

Permalink
fix(verbose): pass the verbose option to istanbul if set
Browse files Browse the repository at this point in the history
Closes #43
  • Loading branch information
Matt Lewis committed May 17, 2018
1 parent b2f815b commit 9473517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ function CoverageIstanbulReporter(baseReporterDecorator, logger, config) {
{};

const reportConfig = istanbul.config.loadObject({
verbose: coverageConfig.verbose === true,
reporting: Object.assign(
{},
coverageConfig,
Expand Down

0 comments on commit 9473517

Please sign in to comment.