The “Upload Code Coverage” section says the following at the end:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3838k 0 0 100 3838k 0 9547k --:--:-- --:--:-- --:--:-- 9547k
-> Reports have been successfully queued for processing at https://codecov.io/github/grumpycoders/pcsx-redux/commit/b025a8d7fc6214ee23c9a06afcb5602ce9f181c4
CircleCI received exit code 0
But on the codecov website, I see this:
“There was an error processing coverage reports.” and no error message whatsoever to indicate what went wrong exactly, which isn’t helpful in troubleshooting what’s going on.
Anyone has an idea on where to begin troubleshooting what’s going on?
@nicolasnoble fair enough. I’m not too familiar with lcov, but I’m guessing it has to do with the file format that we are receiving. I’ll see if I can get some help from our product team here.
Alright well, after changing the exporter to lcov, this is now working again:
I guess the previous format (that seems to be the documented method still?) isn’t working properly anymore, which may still be something relevant for people to know.