-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Badge not updating #971
Comments
See this Issue for mor information. |
I just updated my README with new information and the badge is still the old cached one. This really sucks... |
I don't see badge at all - redirects me to coveralls_unknown.svg |
...and now it works |
Hm.... for me it was still stuck at 24%. Deleting the local cache helped. Anyways, it should work automatically. |
I am experiencing the same issue. CirceCI badge is working as expected. Coveralls badge is not updating on README.md. I have resorted to manually adding bogus parameters to the query string to get it work, but doing that for every change obviously isn't sustainable. |
I am also seeing this. Badge is stuck and will update once if I add a bogus query param to it, but as was mentioned above doing that every change isn't sustainable. Did anyone find a fix for this? |
+1 |
I am having the same issue. My badge is stuck at 58% coverage and it hasn't been that low in a couple weeks. Not sure why it is not updating. You guys need a developer to help fix these issues? ;) |
Mine updated today, so maybe it just takes time. |
I have the same issue =\ |
Unsure why this is happening:
I'm not sure why Coveralls is ignoring my last build and showing the number from several weeks ago. Perhaps this is a different issue than what the others in this thread are having. |
In my case, adding Example: .. image:: https://coveralls.io/repos/github/YOUR_REPOS/badge.svg?branch=develop&service=github Works also with markdown syntax. |
@algorys, your solution doesn't work for me. 😭 |
@algorys it works probably because query string parameters are not so cache-friendly to browsers/cache servers. |
@hammady yes... not sure if that update only one time and not for other pushes... |
Mine doesn't update either. It's stuck at 43%, but actually it's 65%. edit: Shame on me. Didn't see the second 'branch' in the badge-url. After fixing that, it's updating. Apologies. |
It still doesn't work. It updates only on change the file where the badge is declared ( |
+1 |
Still stuck since before Aug 2017. |
Still stuck |
Also still stuck, one time it worked clearing my browser cached image but I am noticing now that there must be some server side caching of the image because it does not load in like my other badges. |
worked.. thanks |
Coveralls has some issues with updating their badges. The fix seems to be to add `&service=github` as mentioned [here](lemurheavy/coveralls-public#971 (comment))
npm has the new coverage in moments, so it must be the github... here's what worked for me #1 open inspect on the repo page |
Seen in this comment lemurheavy/coveralls-public#971 (comment)
Was stuck at 0% despite being at 8%. Added "&service=github" to the end as suggested at lemurheavy/coveralls-public#971.
This workaround works for me for every badge:@algorys, thanks for the idea! For example: |
Closing this issue for age, but tagged |
Copy fix described at lemurheavy/coveralls-public#971 (comment)
The badge is not updating when coverage changes. Current workaround is suggested here: lemurheavy/coveralls-public#971 (comment)
Awesome, thanks! Related GitHub docs: https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/about-anonymized-urls#removing-an-image-from-camos-cache |
I know, by now you must be sick of these issues, but why is it that every other badge works? Only the coveralls badge is stuck...
Here is the curl call for the cached image:
The original badge URL is this: https://coveralls.io/repos/github/TheFlow0360/criteria_operator/badge.svg?branch=master
The text was updated successfully, but these errors were encountered: