-
Notifications
You must be signed in to change notification settings - Fork 181
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
refactor: move logger method to command #1355
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1355 +/- ##
=======================================
Coverage 84.77% 84.78%
=======================================
Files 104 105 +1
Lines 3704 3706 +2
=======================================
+ Hits 3140 3142 +2
Misses 336 336
Partials 228 228 ☔ View full report in Codecov by Sentry. |
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, need to add doc comment for the public function.
Signed-off-by: Terry Howe <[email protected]>
e8850d3
to
fb5afb4
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
Signed-off-by: Terry Howe <[email protected]> Co-authored-by: Billy Zha <[email protected]>
What this PR does / why we need it:
I think it makes a lot more sense that a command has-a logger rather than an option.