Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bootstrap: return empty string when no cov
  • Loading branch information
Shobhit Chittora authored and Trott committed Sep 23, 2019
commit 8a7be6ba33232bc6b4127624aebaffc74be2845d
1 change: 1 addition & 0 deletions lib/internal/bootstrap/pre_execution.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ function setupCoverageHooks(dir) {
process.emitWarning('The inspector is disabled, ' +
'coverage could not be collected',
'Warning');
return '';
}
Comment thread
shobhitchittora marked this conversation as resolved.
Outdated
return coverageDirectory;
}
Expand Down