I’m one of the authors of an open-source project (PSyclone) hosted on github. We use Travis for CI and the coverage reports are uploaded to CodeCov. Up until the 6th of June everything was fine but at that point we started getting errors and no coverage reports have been produced since.
If you go to the latest commit to master:
Then you’ll see the “There was an error processing coverage reports” and attempting to follow the link to the ‘parent’ commit (f3aa4f3) results in a ‘500 server error’.
I think the problem may have originated from a commit to master which did not trigger CI and thus subsequent branches had no valid report to compare with. However, since then we have committed to master and had CI run successfully so I would have imagined that things would start working again. Although there are a couple of similar threads already, they both seem to be where people have switched CI provider. In this case we haven’t changed anything and I’m at a loss to see what’s wrong.
Any pointers very welcome!
Andy.