mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-19 16:30:14 +02:00
adding empty line after badge so table formats 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