Skip to content

Commit ca1bf77

Browse files
authored
Merge pull request github#6210 from tamasvajk/fix/large-coverage-comment
Fix markdown link in framework coverage PR comment
2 parents 4a5fe75 + f3f069f commit ca1bf77

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)