Closed bschilder closed 12 months ago
This seems to be the source of the issue:
We have recently seen an influx in issues regarding uploading with the error message Unable to locate build via Github Actions API. The reason for the failed uploads is due to Codecov’s inability to check the validity of a coverage upload when using tokenless uploads. The underlying issue is rate-limiting from GitHub.
The short-term solution is to have each user add a CODECOV_TOKEN GH secret to each repo. But I really don't like this approach as it's manual and not scalable.
Moving this issue to rworkflows
repo.
I think HPOExplorer
/MultiEWCE
are especially susceptible to this bc:
piggyback
Simply rerunning the same HPOExplorer
GHA job seemed to resolve the issue on its own, confirming that this is an intermittent issue that seems to stem from problems with GH API limits (or at least how codecov interacts with them).
Will close this for now, but to summarise,
In the future, it may be worth looking into using the official action. I probably tried it at some point, so not sure if there's a specific reason why I haven't implemented it already:
Not sure if this is :
HPOExplorer
rworkflows
action itselfhttps://github.com/neurogenomics/HPOExplorer/actions/runs/6786093696/job/18445819354#step:4:1657