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

my repo is GitHub - aahnik/pyproject: A highly opinionated but generic python project template for building a wide range of python applications or libraries.

image

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 ?

I cant understand the meaning.

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

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

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