Skip to content
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

covr::codecov() times out on GHA occasionally #435

Closed
pat-s opened this issue Jun 4, 2020 · 2 comments
Closed

covr::codecov() times out on GHA occasionally #435

pat-s opened this issue Jun 4, 2020 · 2 comments
Labels
feature a feature request or enhancement

Comments

@pat-s
Copy link

pat-s commented Jun 4, 2020

I am using covr::codecov() in 30+ repos daily and occasionally I see upload timeouts as in https://github.com/mlr-org/mlr3misc/runs/737104888?check_suite_focus=true#step:16:167.

This is quite annoying since it may happen multiple times a day, drawing attention to the build for no reason.

Is this within the scope of {covr} or {httr}? Or completely off to GHA?

@jimhester
Copy link
Member

I am not sure there is a lot we can do, though potentially #428 might help the situation by retrying the upload.

One thing you could do is use the equivalent of Rscript -e 'covr::codevov()' || true so that even if the covr upload fails the step still turns a success exit status.

@pat-s
Copy link
Author

pat-s commented Jun 5, 2020

Thanks. Enforcing {covr} dev for now and observing how that goes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants