gojp / goreportcard

A report card for your Go application
https://goreportcard.com
Apache License 2.0
2k stars 250 forks source link

GitHub tag is way out-of-sync with actual report card #428

Open lordofscripts opened 1 month ago

lordofscripts commented 1 month ago

I am facing this issue with my WipeChromium repository which shows a GO Report Card score of "D" (when I first uploaded weeks ago), and despite having corrected the formatting issues, the GitHub repository still shows "D" when the actual GO Report Card score is "A+".

Originally even the GO Report Card site kept scoring D as if the code had not been updated, refresh didn't even work. A few days ago Refresh worked and scored A+ but the GitHub badge still shows D.

hermanschaaf commented 1 month ago

Hi @lordofscripts, I believe you are just hitting a cached image; either in your browser or maybe GitHub. For me it looks fine and your repo shows A+:

Screenshot 2024-09-19 at 14 24 26

Edit: You can try a hard refresh in your browser: Cmd + Shift + R if you're on MacOS + Chrome, or Ctrl + F5, or Ctrl + Click the refresh button. Or something along those lines

lordofscripts commented 1 month ago

Tried that on Chromium (Debian Linux) but same D score. The GitHub app on my mobile also shows D.

hermanschaaf commented 1 month ago

There might be another cache layer between you and the GitHub repo, maybe at the router, ISP or CDN level, which you could potentially try and investigate, but unfortunately I don't think there's much we can do about it from our side.