Skip to content

Commit

Permalink
Add backquotes for link in flaky tr
Browse files Browse the repository at this point in the history
Signed-off-by: Crola1702 <[email protected]>
  • Loading branch information
Crola1702 committed Jul 12, 2024
1 parent 2fb7970 commit b3cc556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/scripts/lib/report_formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def self.test_regressions_flaky(tr_array)
errors_str = "<details><summary>#{errors.size} items</summary>\n#{errors_str}</details>" if errors.size >= 10

if reports.size > 0
reports_str = reports.uniq.map { |e| "<li>#{e['github_issue']} (#{e['status'].capitalize})</li>"}.join
reports_str = reports.uniq.map { |e| "<li>`#{e['github_issue']}` (#{e['status'].capitalize})</li>"}.join
reports_str = "<ul>#{reports_str}</ul>"
else
reports_str = "No reports found!"
Expand Down

0 comments on commit b3cc556

Please sign in to comment.