We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11c7b1 commit fa4b0a0Copy full SHA for fa4b0a0
extra/ci_collect_logs.py
@@ -229,7 +229,7 @@ def process_build_reports():
229
230
# Print the test matrix
231
232
- header_row = "<tr><th colspan='2'><b><code>${artifact}</code></b></th>"
+ header_row = "<tr><th colspan='2'><code>${artifact}</code></th>"
233
for board in artifact_boards:
234
status = BOARD_SUMMARY[board]['status']
235
header_col = f"<code>{board}</code>"
0 commit comments