Closed analog-nico closed 8 years ago
Would this issue be what's causing the text-summary reporter to run even when I'm only specifying json?
UPDATE - Using version 1.0.0 has the intended behavior. Upgrading to 1.1.0 has the text/text-summary reporters running even when not specified.
@ecozoic Exactly!
Fixed with v1.1.1
Works nicely. Thanks!
Since changing
_.defaults
to_defaultsDeep
in commit https://github.com/SBoudrias/gulp-istanbul/commit/e94f537aee12a422bb0ad816fb42f7e5de59d1fc the default reporters are always turned on.I just use
reporters: ['lcov']
and now all other default reporters like the report in the console are executed as well.According to the scope of #79 it would be sufficient to just do the
_.defaultsDeep
onreportOpts
: