Skip to content

Commit fa4b0a0

Browse files
committed
step
1 parent d11c7b1 commit fa4b0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/ci_collect_logs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def process_build_reports():
229229

230230
# Print the test matrix
231231

232-
header_row = "<tr><th colspan='2'><b><code>${artifact}</code></b></th>"
232+
header_row = "<tr><th colspan='2'><code>${artifact}</code></th>"
233233
for board in artifact_boards:
234234
status = BOARD_SUMMARY[board]['status']
235235
header_col = f"<code>{board}</code>"

0 commit comments

Comments
 (0)