adding empty line after badge so table formats properly

This commit is contained in:
Joshua Johanning
2021-09-03 15:51:45 -05:00
committed by GitHub
parent e67bf0d2d1
commit f5bcfce861
+1
View File
@@ -204,6 +204,7 @@ namespace CodeCoverageSummary
if (!string.IsNullOrWhiteSpace(badgeUrl))
{
markdownOutput.AppendLine($"![Code Coverage]({badgeUrl})");
markdownOutput.AppendLine("");
}
markdownOutput.AppendLine("Package | Line Rate | Branch Rate | Complexity")