We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5304414 commit 74b5106Copy full SHA for 74b5106
task.js
@@ -162,6 +162,8 @@ const tasks = {
162
if (nycReportOptions['report-dir']) {
163
nycReportOptions['report-dir'] = resolve(nycReportOptions['report-dir'])
164
}
165
+ // seems nyc API really is using camel cased version
166
+ nycReportOptions.reportDir = nycReportOptions['report-dir']
167
168
debug('calling NYC reporter with options %o', nycReportOptions)
169
debug('current working directory is %s', process.cwd())
0 commit comments