Closed cardil closed 1 week ago
Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all
Attention: Patch coverage is 74.88987%
with 57 lines
in your changes missing coverage. Please review.
Project coverage is 68.92%. Comparing base (
b7dd9cb
) to head (3d07d88
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
/test all
/test all
Nice PR, great work!
I do not have much time to review it thoroughly, but I am happy to ack it. @cardil, is there anything you want to add before merging?
@rhuss: PR, great work!
Thanks. The PR works great, so I'm happy to merge it.
BTW. I think we can adopt very similar error processing across all of kn and fun. WDYT?
/approve /lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: cardil, dsimansk
The full list of commands accepted by this bot can be found here.
The pull request process is described here
BTW. I think we can adopt very similar error processing across all of kn and fun. WDYT?
That sounds like a good idea. Maybe start with talking to the func team, as this has more interactive elements already anyway. Also, we need to be sure, that the spinner is only active if there is a tty. Not sure if the PR deals already with that, that when no tty is available (i.e. used in a pipe or a redirection), then no control characters or colors should be printed.
@rhuss: we need to be sure, that the spinner is only active if there is a tty. Not sure if the PR deals already with that, that when no tty is available (i.e. used in a pipe or a redirection), then no control characters or colors should be printed.
That's already addressed in knative.dev/client/pkg library and in bubblegum library as well.
Changes
/kind enhancement
Fixes #129
Release Note