Description
Basically, jenkins properly sends the reports to codecov, but I get this error when I open them in my dashboard. The pipeline is stuck at “codecov/project Expected — Waiting for status to be reported”
Repository
https://github.com/Frondor/memconfig/pull/11
CI/CD
Uploader
Travis CI?
Commit SHAs
4367cc341d4b058fe47da58cc565afca24e19aa3
Codecov YAML
coverage:
status:
project:
default:
target: 100%
paths:
- "src"
patch:
default:
target: 100%
paths:
- "src"
Codecov Output
Additional Information
It would be good to have a better error message than " There was an error processing coverage reports.", or at least give us some more info so we can debug ourselves a bit more.
I even tried downgrading the Github action script checkout@v2 to v1 as some comments pointed out, but without success. I guess that’s because it’s Travis the one pushing reports, not a Github Action.
I appreciate any help with this.