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”
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 would recommend checking section 6 of the troubleshooting guide for help on debugging, though I admit our error messaging is poor here, and we are working to fix this.
Thank you! I finally realized why those reportes were blank.
Now, to be honest, I didn’t know how a “blank report” looked like (all metrics at zero).
So I guess that can also be added to the troubleshooting guide.