Closed sding3 closed 1 year ago
@prarit - would you be able to review this MR? Also, there seems to be something wrong with CI. I opened #876, which is an empty MR, and you can see CI is failing on that one as well.
My apologies @sding3 , I got a little bit distracted with my day-to-day job :) I've fixed the test failures. Can you rebase and repush?
Patch coverage: 73.68%
and project coverage change: +0.17%
:tada:
Comparison is base (
f4cc7b5
) 55.52% compared to head (8cd7ef2
) 55.70%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Lab previously would appear to be hung if a gitlab API request is in-flight and the user wants to cancel the command with control-C. Now we set up a context whose cancellation is tied to
os.Interrupt
and this context is used in API requests with gitlab.Lab previously ignored error in loading custom CA cert. Now that error is bubbled back into main and reported back to the user.