diff --git a/.netconfig b/.netconfig index 827b98d..7a16274 100644 --- a/.netconfig +++ b/.netconfig @@ -95,8 +95,8 @@ weak [file "src/dotnet-retest/TrxCommand.cs"] url = https://github.com/devlooped/dotnet-trx/blob/main/src/dotnet-trx/TrxCommand.cs - sha = 76fa22ff0c3d9838ab0c335c782c8204f14293d5 - etag = 36ecd31b8397646046671ca3950e7032d5ca21fb28b2135e7712b1b6bf196b96 + sha = b3022d21ff5bcd0abdd39c28369d81503a9a0a09 + etag = 37e2d94cad94e4becb80c0dc2770a9ee6a797e9b0df35684b05b46042bdc67f9 weak [file "src/dotnet-retest/Process.cs"] url = https://github.com/devlooped/dotnet-trx/blob/main/src/dotnet-trx/Process.cs diff --git a/src/dotnet-retest/TrxCommand.cs b/src/dotnet-retest/TrxCommand.cs index 050008c..d1bdaa7 100644 --- a/src/dotnet-retest/TrxCommand.cs +++ b/src/dotnet-retest/TrxCommand.cs @@ -298,6 +298,8 @@ static void GitHubReport(TrxSettings settings, Summary summary, StringBuilder de static StringBuilder AppendBadges(Summary summary, StringBuilder builder, string elapsed, string? jobUrl) { + elapsed = elapsed.Replace(" ", "%20"); + // ![5 passed](https://img.shields.io/badge/❌-linux%20in%2015m%206s-blue) ![5 passed](https://img.shields.io/badge/os-macOS%20✅-blue) if (summary.Failed > 0) builder.Append(Link($"![{summary.Failed} failed](https://img.shields.io/badge/❌-{Runtime}%20in%20{elapsed}-blue)", jobUrl));