From 644b7a26f50a5a35a879161291c8545eccf4c9b6 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Tue, 3 Sep 2019 20:59:38 -0400 Subject: [PATCH] fix: pass .nyc_output temp folder --- task.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task.js b/task.js index 5a513f1c..175d0b91 100644 --- a/task.js +++ b/task.js @@ -99,7 +99,7 @@ module.exports = { '--report-dir', reportDir, '--temp-dir', - processWorkingDirectory + coverageFolder ].concat(reporters) debug( 'saving coverage report using command: "%s %s"',