Closed alimoli closed 2 years ago
master
branch repositories seem to be affected, too. Refresh fails. Sadly, goreportcard seems to degenerate...
@TheDiveO please try again, we just deployed a fix.
Yes, that fixed the refresh problem for my repository/ies. Thank you!
Seems to be still a problem for me? https://goreportcard.com/report/github.com/synfinatic/aws-sso-cli
@synfinatic we're experimenting with using https://proxy.golang.org for downloading modules. The latest version we get from there is v1.2.3:
https://proxy.golang.org/github.com/synfinatic/aws-sso-cli/@latest
We still need to do some UI work to display what version of the module we checked.
Let us know if tagging a new release doesn't fix the issue.
Ah, that would explain it! And yes, indicating what version you're analyzing would be helpful. I was expecting you would be pulling HEAD from main
/default branch.
@synfinatic module version is displayed on the page now 👍 https://goreportcard.com/report/github.com/synfinatic/aws-sso-cli
@alimoli the GitHub links now point to the latest module version. For example https://github.com/limoli/kid/blob/v1.0.0/common.go#L1.
Edit: @alimoli closing this ticket out, feel free to reopen if you're still encountering issues.
My repository report is not refreshed correctly. The branch is
main
.Clicking on one of the files links present on the report I am redirected to Github, but Github says:
Indeed all the links to the files in the report use the
master
branch instead formain
.