-
Notifications
You must be signed in to change notification settings - Fork 4
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
Adding validation for request input and added more UTs. #12
Conversation
Signed-off-by: Pritesh Bandi <[email protected]>
ae015c3
to
fb1c58a
Compare
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #12 +/- ##
===========================================
+ Coverage 70.91% 88.60% +17.68%
===========================================
Files 7 7
Lines 196 272 +76
===========================================
+ Hits 139 241 +102
+ Misses 54 26 -28
- Partials 3 5 +2 ☔ View full report in Codecov by Sentry. |
735b149
to
75ce3e0
Compare
Signed-off-by: Pritesh Bandi <[email protected]>
Co-authored-by: Patrick Zheng <[email protected]> Signed-off-by: Pritesh Bandi <[email protected]>
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, Pending on @Two-Hearts 's comments.
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.
Pending on @Two-Hearts 's comments.
Signed-off-by: Pritesh Bandi <[email protected]>
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
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
Change Log:
plugin.go
fromcli/internal/mock/plugin.go
→internal/mock/plugin.go
to keep all the mocks in one place.