We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a202e commit 23458e6Copy full SHA for 23458e6
task.js
@@ -12,7 +12,6 @@ const {
12
includeAllFiles
13
} = require('./task-utils')
14
const { fixSourcePaths } = require('./support-utils')
15
-const NYC = require('nyc')
16
17
const debug = require('debug')('code-coverage')
18
@@ -188,6 +187,7 @@ const tasks = {
188
187
189
debug('calling NYC reporter with options %o', nycReportOptions)
190
debug('current working directory is %s', process.cwd())
+ const NYC = require('nyc')
191
const nyc = new NYC(nycReportOptions)
192
193
const returnReportFolder = () => {
0 commit comments