merge PR #5 add empty line after badge from joshjohanning/master

adding empty line after badge so table renders properly
This commit is contained in:
irongut
2021-09-05 23:09:40 +01:00
committed by GitHub
+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")