Currently it is common for entire AppVeyor builds (which already take a lot of time) to fail because some intermittent failure to upload the codecov report.
Found this script which we might use to retry the command a few times before effectively giving up:
https://github.com/haskell/cabal/blob/master/appveyor-retry.cmd
Follow up from: #4383 (comment)
Currently it is common for entire AppVeyor builds (which already take a lot of time) to fail because some intermittent failure to upload the codecov report.
Found this script which we might use to retry the command a few times before effectively giving up:
https://github.com/haskell/cabal/blob/master/appveyor-retry.cmd
Follow up from: #4383 (comment)