# Codecov not working as expected. Please help! new to coverage and codecov

**URL:** https://community.codecov.com/t/codecov-not-working-as-expected-please-help-new-to-coverage-and-codecov/2778
**Category:** Uncategorized
**Created:** [April 18, 2021, 12:28pm UTC](https://community.codecov.com/t/codecov-not-working-as-expected-please-help-new-to-coverage-and-codecov/2778 "2021-04-18T12:28:56Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![aahnik](https://yyz1.discourse-cdn.com/flex029/user_avatar/community.codecov.com/aahnik/32/1776_2.png) [@aahnik](https://community.codecov.com/u/aahnik)
#### Post date: [April 18, 2021, 12:28pm UTC](https://community.codecov.com/t/codecov-not-working-as-expected-please-help-new-to-coverage-and-codecov/2778/1 "2021-04-18T12:28:56Z")

</div>

my repo is [GitHub - aahnik/pyproject: A highly opinionated but generic python project template for building a wide range of python applications or libraries.](https://github.com/aahnik/pyproject)

![image](https://canada1.discourse-cdn.com/flex029/uploads/codecov/original/2X/3/3fc971810a7f5521c2cb127829b02d792e450ada.png)

when i click on “details” of the codecov items I get " Unable to find report content in the storage archive."

also, codecov shows 70% coverage, yet why so much red ?

[![](https://user-images.githubusercontent.com/66209958/115145532-9fef3480-a06f-11eb-9a8f-878ef753410a.png) ](https://user-images.githubusercontent.com/66209958/115145532-9fef3480-a06f-11eb-9a8f-878ef753410a.png)

I cant understand the meaning.

see my github action workflow here [https://github.com/aahnik/pyproject/blob/1dbf4c9bb6852b766927cc4109305d42c8c5f912/.github/workflows/test.yml](https://github.com/aahnik/pyproject/blob/1dbf4c9bb6852b766927cc4109305d42c8c5f912/.github/workflows/test.yml)

---

<div class="post-metadata">

### Author: ![APB9785](https://yyz1.discourse-cdn.com/flex029/user_avatar/community.codecov.com/apb9785/32/1774_2.png) [@APB9785](https://community.codecov.com/u/APB9785)
#### Post date: [April 18, 2021, 4:48pm UTC](https://community.codecov.com/t/codecov-not-working-as-expected-please-help-new-to-coverage-and-codecov/2778/2 "2021-04-18T16:48:45Z")

</div>

I think the change from red to green is at 80%

---

<div class="post-metadata">

### Author: ![tom](https://yyz1.discourse-cdn.com/flex029/user_avatar/community.codecov.com/tom/32/8_2.png) [@tom](https://community.codecov.com/u/tom)
#### Post date: [April 20, 2021, 2:43am UTC](https://community.codecov.com/t/codecov-not-working-as-expected-please-help-new-to-coverage-and-codecov/2778/3 "2021-04-20T02:43:13Z")

</div>

> [@aahnik](#):
>
> when i click on “details” of the codecov items I get " Unable to find report content in the storage archive."

This has been resolved moving forward now.

> also, codecov shows 70% coverage, yet why so much red ?

Codecov’s default low range is 70%. You have 2 files, of which one is 70% or lower. The rest of the project is also at that lower level. You can make changes to the range [here](https://docs.codecov.io/docs/coverage-configuration#range)
