Closed ruda closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 76.79%. Comparing base (
b4971fb
) to head (a39b964
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
--insecure
).Why are using timeout only for login?
Because
oc login
may prompt for input if you don't pass--insecure
option and you don't have the proper certs stored. The command will display and wait for input:and this is going to block forever. So far, I don't believe the other commands prompts for input.