Skip to content

Commit e43acc0

Browse files
committed
log exit code as well as output when report generator unsuccessful
1 parent cefee3b commit e43acc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FineCodeCoverage/Core/ReportGenerator/ReportGeneratorUtil.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ async Task<bool> run(string outputReportType, string inputReports)
115115
if (result.ExitCode != 0)
116116
{
117117
logger.Log($"{title} [reporttype:{outputReportType}] Error", result.Output);
118+
logger.Log($"{title} [reporttype:{outputReportType}] Error", result.ExitCode);
118119
119120
if (throwError)
120121
{

0 commit comments

Comments
 (0)