-
Notifications
You must be signed in to change notification settings - Fork 156
feat: add labels to func describe #2882
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
Conversation
b4a7423
to
220cc32
Compare
220cc32
to
02a8e80
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2882 +/- ##
==========================================
+ Coverage 59.70% 61.50% +1.80%
==========================================
Files 129 129
Lines 16312 16328 +16
==========================================
+ Hits 9739 10043 +304
+ Misses 5673 5327 -346
- Partials 900 958 +58
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
0fee7ce
to
9024984
Compare
9024984
to
e4ef665
Compare
return typed error on describe of uninitialized Function adds describe tests
e4ef665
to
4547baf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gauron99, lkingland The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Adds a "Labels" section to describe command's output.
/kind enhancement
Note that, as with the other
func config ...
commands, adding unit tests is not possible without a refactor. The forthcoming E2E tests do test these features, and unit tests will be added when these subcommands are refactored to match the testability of the other commands.