Codecoverage button not working any longer

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?

4 Likes

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.

3 Likes

I would assume it’s an intermittent outage on Codecov’s side (my badges are also currently broken)

2 Likes

I also checked their help and they might have changed their URLs a bit

old

[![codecov](https://codecov.io/gh/JuliaManifolds/Manopt.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaManifolds/Manopt.jl)

new

[![codecov](https://codecov.io/gh/JuliaManifolds/Manopt.jl/graph/badge.svg?token=zdaxYD66Np)](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).

1 Like