Skip to content

Commit

Permalink
<pre>
Browse files Browse the repository at this point in the history
  • Loading branch information
thomhurst committed Jan 10, 2025
1 parent 1bef219 commit b1f9042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TUnit.Engine/Reporters/GitHubReporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public Task AfterRunAsync(int exitCode, CancellationToken cancellation)

if (!string.IsNullOrEmpty(Filter))
{
stringBuilder.AppendLine($"### Filter: {Filter}");
stringBuilder.AppendLine($"### Filter: <pre>{Filter}</pre>");
}

stringBuilder.AppendLine();
Expand Down

0 comments on commit b1f9042

Please sign in to comment.