We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae1629 commit 454be91Copy full SHA for 454be91
1 file changed
codespeed/commits/github.py
@@ -66,8 +66,6 @@ def retrieve_tag(commit_id, username, project):
66
tags_url = 'https://api.github.com/repos/%s/%s/git/refs/tags' % (
67
username, project)
68
69
- ## TODO: This might not do what is intended
70
- ## the tag SHA isn't the same thing as the commit it points
71
tags_json = fetch_json(tags_url)
72
for tag in tags_json:
73
if tag['object']['sha'] == commit_id:
0 commit comments