Open
Description
Currently the codecov service is broken and reports cannot be opened for any PRs.
Am already in talk with codecov support.
From looking at drone.yml it seems we're uploading 13 coverage reports for every commit, and this might be triggering some API quota issues on their side.
Now I wonder if we really need that many reports ?
Or is there a way to combine them to reduce the number of uploads ?
It does look like the problem might have started after we moved everything from Travis to Drone. It is also possible that we increased the number of coverage uploads over a few months.
I haven't digged in exact history as I haven't been able to easily find old PRs where codecov still worked. Well, at least this one seemed to work: #29136 (comment)