Skip to content

Commit

Permalink
⬆️ Bump files with dotnet-file sync
Browse files Browse the repository at this point in the history
# devlooped/dotnet-trx

- Fix whitespace in elapsed time badge devlooped/dotnet-trx@b3022d2
  • Loading branch information
devlooped-bot authored and kzu committed Aug 8, 2024
1 parent 7dcd936 commit 66931e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .netconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/dotnet-retest/TrxCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 66931e6

Please sign in to comment.