Skip to content

Commit 31a7bcb

Browse files
committed
updates
1 parent 0bd602a commit 31a7bcb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

generate_metrics_md.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,7 @@ def severity_for(emoji_pairs):
164164
# --- Append link to full HTML report ---
165165
html_artifact_url = "https://bitbucket.org/{}/{}/addons/bitbucket-build/{}/artifacts/reports/html/{}".format(workspace, repo_slug, build_num, artifactName)
166166

167-
link = {"text": "Aggregate Coverage Report", "href": html_artifact_url}
168-
169-
return summary, rows, link
167+
return summary, rows, html_artifact_url
170168

171169
def generate_metrics_md(mpName):
172170

0 commit comments

Comments
 (0)