Skip to content

Commit b8f8808

Browse files
committed
step
1 parent a715af1 commit b8f8808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extra/ci_collect_logs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def process_build_reports():
148148

149149
first_line = True
150150
for board in artifact_boards:
151-
print(f"<tr>", f"<td rowspan='{len(artifact_boards)}'><code>{artifact}</code></td>" if first_line else "")
151+
print(f"<tr>", f"<td rowspan='{len(artifact_boards)}'><a href='#{artifact}'><code>{artifact}</code></a></td>" if first_line else "")
152152
first_line = False
153153

154154
board_name = board['board']
@@ -172,7 +172,7 @@ def process_build_reports():
172172
continue
173173

174174
print("\n---\n")
175-
print(f"### `{artifact}` test results:")
175+
print(f"<a id='#{artifact}'>\n\n### `{artifact}` test results:\n</a>")
176176

177177
# Print the test matrix
178178

0 commit comments

Comments
 (0)