[v4] codecov-action gets stuck on Windows runners #1316
Labels
Area: Report Upload
Issues with pre-ingest report uploading
bug
Something isn't working
Medium
Medium Priority Issues (to be fixed or re-evaluated in 3 months
Thanks for maintaining and offering the codecov-action for GitHub Actions! Unfortunately, some of our CI runs have started failing since they are getting stuck running the action. The link to the whole CI workflow is this: https://github.com/iiasa/ixmp/actions/runs/8136899961?pr=519. Please note that the action is passing fine for the Ubuntu and MacOS runners, but not for Windows.
Version
Here is the output of the "Set up job" step:
So we're using the 4.1.0 version.
Workflow file step
The whole workflow is specified here. The codecov.yml can be found in the same directory. The relevant part from the workflow file is this:
Output of the codecov-action
The following output is taken from the failed run on windows-latest-py3.12:
Curiously, this output started with line 17, while on the last successful run and on e.g. Ubuntu, the output started with line 1 as usual.
I canceled the workflow after five minutes since this step usually takes ~5 seconds to complete. Please note that this is already a re-run after having waited more than an hour to avoid a possible rate limitation.
Comparison to last successful run
In the last successful run, v4.1.0 is used, too. There are some differences in the output because it came from within the repo while the current failed run came from a PR from a forked repo; but generally, I don't suspect this to be the issue since everything's still working fine for Ubuntu and MacOS runners. However, these runs finish with this output:
(Please notice the code 061 instead of 066, if that's relevant.)
Please let me know what we can do to get the Windows runners to complete the action step again.
The text was updated successfully, but these errors were encountered: