Reports are upload, but something is wrong when they get processed

Greetings, I am trying to use codecov for the first time with a mini javascript(nodejs) project and c8 to generate the coverage reports and GitHub actions to trigger codecov.

Here is the repo: GitHub - GGCristo/grade-school

The actions say everything it’s ok, I have also checked the path of the build, and it’s look like it’s mapped correctly with the repo, I have also added the max_report_age: off in case is something wrong with the cache, and specify the report I want to upload in case of the reports are conflicting.

Using my account everything looks ok when I check the commits, but there is no overview, and using the private mode doesn’t let me access the files of the commit either.

I deleted the repo and then added it again, and it works now, thank you anyway

1 Like