mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-20 08:50:14 +02:00
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:
@@ -204,6 +204,7 @@ namespace CodeCoverageSummary
|
|||||||
if (!string.IsNullOrWhiteSpace(badgeUrl))
|
if (!string.IsNullOrWhiteSpace(badgeUrl))
|
||||||
{
|
{
|
||||||
markdownOutput.AppendLine($"");
|
markdownOutput.AppendLine($"");
|
||||||
|
markdownOutput.AppendLine("");
|
||||||
}
|
}
|
||||||
|
|
||||||
markdownOutput.AppendLine("Package | Line Rate | Branch Rate | Complexity")
|
markdownOutput.AppendLine("Package | Line Rate | Branch Rate | Complexity")
|
||||||
|
|||||||
Reference in New Issue
Block a user