# Alternative to codecov

**URL:** https://discourse.julialang.org/t/alternative-to-codecov/73856
**Category:** General Usage
**Tags:** question
**Created:** [December 31, 2021, 9:29am UTC](https://discourse.julialang.org/t/alternative-to-codecov/73856 "2021-12-31T09:29:17Z")
**Posts on this page:** 3
**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: [December 31, 2021, 9:29am UTC](https://discourse.julialang.org/t/alternative-to-codecov/73856/1 "2021-12-31T09:29:17Z")

</div>

Since a few days code coverage is not working for me. I get the error:

```julia
Error uhttps://codecov.ioploading to : Error: There was an error fetching the storage URL during POST: 429 - Too Many Requests

```

Is this a server problem?  
If yes, where can I see the server status?

---

<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: [December 31, 2021, 4:15pm UTC](https://discourse.julialang.org/t/alternative-to-codecov/73856/2 "2021-12-31T16:15:42Z")

</div>

Found this information:

## 

## Upload limit has been reached

This org is currently on the free plan; which includes 250 free uploads monthly. This month’s period has been reached and the reports will not generate.

Not nice! But in a few hours its a new month. 🙂

---

<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: [January 3, 2022, 10:15pm UTC](https://discourse.julialang.org/t/alternative-to-codecov/73856/3 "2022-01-03T22:15:03Z")

</div>

But they do not count in calendar months, so it is still not working. See:  
[KiteUtils.jl](https://github.com/ufechner7/KiteUtils.jl)  
[KitePodSimulator.jl](https://github.com/ufechner7/KitePodSimulator.jl)  
[KiteModels.jl](https://github.com/ufechner7/KiteModels.jl)  
Is there an alternative to [codecov](https://about.codecov.io/) ? I cannot pay 80 EUR per month just to see some fancy badges.

I mean, I just want to have the percentage that is calculated by Coverage.jl displayed in the README.md file.
