-
Notifications
You must be signed in to change notification settings - Fork 86
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
add unit test for cli #274
Conversation
Signed-off-by: zaihaoyin <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #274 +/- ##
===========================================
- Coverage 50.00% 29.37% -20.63%
===========================================
Files 11 27 +16
Lines 344 1685 +1341
===========================================
+ Hits 172 495 +323
- Misses 164 1176 +1012
- Partials 8 14 +6
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
LGTM |
Left some tiny comments. Just wanna raise some questions out of scope.
|
Signed-off-by: zaihaoyin <[email protected]>
lgtm overall |
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
We are still figuring out a better way to test CLI. |
Signed-off-by: zaihaoyin [email protected]
This PR adds unit test for some cli commands, only to make sure the flags are parsed correctly.
This is the last PR of the whole series(#255).