-
Notifications
You must be signed in to change notification settings - Fork 75
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
Codecov uploader hangs at the end of uploading. #1242
Comments
We're also hit with this bug. Environment is powershell in Azure DevOps. |
This tells me the uploader is completing. Is it wrapped in a script or some other process that may not realize this and is hanging? |
I've re-run our pipelines with |
That's really strange. The relevant code: Line 32 in 02e1554
and uploader/src/helpers/logger.ts Lines 18 to 22 in 02e1554
Should not cause a hang at exit time in any way that I can think of. 🤔 |
Re-run a couple of times with original settings too and can no longer reproduce. |
@Wayonb , as the reporter, are you still seeing this issue? |
No, I haven't seen the issue since we upgraded to 0.7 |
Appears to no longer be an issue |
Describe the bug
It seems like the codecov uploader hangs at the end.
It seems the command shell was never returned to Jenkins.
After codecov loader say it was successful with the upload, our Jenkins job sits there for 3 hours until it timeout.
To Reproduce
This seems to be random so I dont have a repo yet.
Expected behavior
I except the uploader to finish successful.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
The text was updated successfully, but these errors were encountered: