On all of my repositories the button for code coverage is broken. Example:
KiteModels.jl
The link itself is still working, just the image is missing.
Anybody else with this problem?
On all of my repositories the button for code coverage is broken. Example:
KiteModels.jl
The link itself is still working, just the image is missing.
Anybody else with this problem?
I can confirm that. The link (https://codecov.io/gh/ufechner7/KiteModels.jl/branch/main/graph/badge.svg) to the image gives the message
upstream connect error or disconnect/reset before headers. reset reason: connection failure
The same is with all my repos.
I would assume it’s an intermittent outage on Codecov’s side (my badges are also currently broken)
I also checked their help and they might have changed their URLs a bit
old
[](https://codecov.io/gh/JuliaManifolds/Manopt.jl)
new
[](https://codecov.io/gh/JuliaManifolds/Manopt.jl)
but both seem to be down at the moment.
My codecov badges have vanished. The link is still there in README.md, but the badges don’t show up. I don’t even get an error message.
I noticed this as well yesterday. Their documentation page for badges says the token is only needed for private repos. I assume they include it by default so that the badge copy-paste work for any repo.
Looks like this was indeed only a temporary outage. Now the badge seems to work again (with or without token for public repos).