Skip to content

Use retry script to publish codecov reports on Windows #4387

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nicoddemus opened this issue Nov 13, 2018 · 1 comment
Closed

Use retry script to publish codecov reports on Windows #4387

nicoddemus opened this issue Nov 13, 2018 · 1 comment
Labels
platform: windows windows platform-specific problem type: infrastructure improvement to development/releases/CI structure

Comments

@nicoddemus
Copy link
Member

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)

@nicoddemus nicoddemus added platform: windows windows platform-specific problem type: infrastructure improvement to development/releases/CI structure labels Nov 13, 2018
@blueyed
Copy link
Contributor

blueyed commented Nov 14, 2018

Hmm, maybe we can use codecov-bash there also? (which has re-trying and is meant to become the go-to implementation)
codecov/codecov-bash#56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: windows windows platform-specific problem type: infrastructure improvement to development/releases/CI structure
Projects
None yet
Development

No branches or pull requests

2 participants