Merge pull request #6210 from tamasvajk/fix/large-coverage-comment

Fix markdown link in framework coverage PR comment
This commit is contained in:
Chris Smowton
2021-07-02 11:27:17 +01:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ def get_comment_text(output_file, repo, run_id):
comment += file.read()
else:
print("There's a large change in the CSV framework coverage reports")
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})."
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})."
return comment