Skip to content

Commit 644b7a2

Browse files
committed
fix: pass .nyc_output temp folder
1 parent 8934c37 commit 644b7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

task.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ module.exports = {
9999
'--report-dir',
100100
reportDir,
101101
'--temp-dir',
102-
processWorkingDirectory
102+
coverageFolder
103103
].concat(reporters)
104104
debug(
105105
'saving coverage report using command: "%s %s"',

0 commit comments

Comments
 (0)