# Codecoverage button not working any longer

**URL:** https://discourse.julialang.org/t/codecoverage-button-not-working-any-longer/129876
**Category:** Offtopic
**Tags:** question, coverage, codecov, ci
**Created:** [June 14, 2025, 10:28am UTC](https://discourse.julialang.org/t/codecoverage-button-not-working-any-longer/129876 "2025-06-14T10:28:24Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![ufechner7](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ufechner7/32/51363_2.png) [@ufechner7](https://discourse.julialang.org/u/ufechner7)
#### Post date: [June 14, 2025, 10:28am UTC](https://discourse.julialang.org/t/codecoverage-button-not-working-any-longer/129876/1 "2025-06-14T10:28:24Z")

</div>

On all of my repositories the button for code coverage is broken. Example:  
[KiteModels.jl](https://github.com/ufechner7/KiteModels.jl)

 ![image](https://global.discourse-cdn.com/julialang/original/3X/2/7/2735a471e28d0e387e465a99fefe81f003dd8d50.png)

The link itself is still working, just the image is missing.

Anybody else with this problem?

---

<div class="post-metadata">

### Author: ![JoshuaLampert](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/joshualampert/32/205964_2.png) [@JoshuaLampert](https://discourse.julialang.org/u/JoshuaLampert)
#### Post date: [June 14, 2025, 10:32am UTC](https://discourse.julialang.org/t/codecoverage-button-not-working-any-longer/129876/2 "2025-06-14T10:32:20Z")

</div>

I can confirm that. The link ([https://codecov.io/gh/ufechner7/KiteModels.jl/branch/main/graph/badge.svg](https://codecov.io/gh/ufechner7/KiteModels.jl/branch/main/graph/badge.svg)) to the image gives the message

```julia
upstream connect error or disconnect/reset before headers. reset reason: connection failure

```

The same is with all my repos.

---

<div class="post-metadata">

### Author: ![goerz](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/goerz/32/3269_2.png) [@goerz](https://discourse.julialang.org/u/goerz)
#### Post date: [June 14, 2025, 11:17am UTC](https://discourse.julialang.org/t/codecoverage-button-not-working-any-longer/129876/3 "2025-06-14T11:17:40Z")

</div>

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

---

<div class="post-metadata">

### Author: ![kellertuer](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kellertuer/32/220707_2.png) [@kellertuer](https://discourse.julialang.org/u/kellertuer)
#### Post date: [June 14, 2025, 11:26am UTC](https://discourse.julialang.org/t/codecoverage-button-not-working-any-longer/129876/4 "2025-06-14T11:26:53Z")

</div>

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

old

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

```

new

```julia
[![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.

---

<div class="post-metadata">

### Author: ![ctkelley](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ctkelley/32/10684_2.png) [@ctkelley](https://discourse.julialang.org/u/ctkelley)
#### Post date: [June 14, 2025, 3:33pm UTC](https://discourse.julialang.org/t/codecoverage-button-not-working-any-longer/129876/5 "2025-06-14T15:33:42Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![halleysfifthinc](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/halleysfifthinc/32/206280_2.png) [@halleysfifthinc](https://discourse.julialang.org/u/halleysfifthinc)
#### Post date: [June 16, 2025, 3:59pm UTC](https://discourse.julialang.org/t/codecoverage-button-not-working-any-longer/129876/7 "2025-06-16T15:59:42Z")

</div>

I noticed this as well yesterday. Their documentation page for [badges](https://docs.codecov.com/docs/status-badges#badges-for-private-repositories) 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.

---

<div class="post-metadata">

### Author: ![JoshuaLampert](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/joshualampert/32/205964_2.png) [@JoshuaLampert](https://discourse.julialang.org/u/JoshuaLampert)
#### Post date: [June 16, 2025, 4:02pm UTC](https://discourse.julialang.org/t/codecoverage-button-not-working-any-longer/129876/8 "2025-06-16T16:02:49Z")

</div>

Looks like this was indeed only a temporary outage. Now the badge seems to work again (with or without token for public repos).
