Skip to content

Commit

Permalink
fix: pass .nyc_output temp folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Sep 4, 2019
1 parent 8934c37 commit 644b7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ module.exports = {
'--report-dir',
reportDir,
'--temp-dir',
processWorkingDirectory
coverageFolder
].concat(reporters)
debug(
'saving coverage report using command: "%s %s"',
Expand Down

0 comments on commit 644b7a2

Please sign in to comment.