Description
About 5 days ago we started seeing our coverage reports failing to be parsed by Codecov via travis.
Here is a build where the report was successfully uploaded and parsed:
And here is one where a report is uploaded, but codecov reports an error:
The versions of coverage and codecov used on both builds are identical, as is the project structure. We’ve tried all sorts of things to try and work out what the issue is, without success. The “common issues” - things like paths - seem unlikely given that the project structure hasn’t changed.
I’ve run codecov --dump
(see Travis CI - Test and Deploy Your Code with Confidence for example) and a report is being generated correctly, and is uploaded to codecov. Is it possible there is a bug in how it is processing?