Skip to content

Commit f3f069f

Browse files
committed
Fix markdown link in framework coverage PR comment
1 parent d325d2a commit f3f069f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/scripts/library-coverage/comment-pr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_comment_text(output_file, repo, run_id):
3434
comment += file.read()
3535
else:
3636
print("There's a large change in the CSV framework coverage reports")
37-
comment += f"The differences can be found in the {comparison_artifact_name} artifact of this workflow run](https://github.com/{repo}/actions/runs/{run_id})."
37+
comment += f"The differences can be found in the {comparison_artifact_name} [artifact of this workflow run](https://github.com/{repo}/actions/runs/{run_id})."
3838

3939
return comment
4040

0 commit comments

Comments
 (0)