-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: increase the CLI test coverage #139
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #139 +/- ##
==========================================
+ Coverage 64.24% 72.81% +8.57%
==========================================
Files 53 53
Lines 4410 4381 -29
==========================================
+ Hits 2833 3190 +357
+ Misses 1577 1191 -386 ☔ View full report in Codecov by Sentry. |
421d90e
to
e6ba663
Compare
b2cee21
to
85e7b88
Compare
85e7b88
to
edb9033
Compare
7eb411d
to
28d040d
Compare
24aea71
to
087dfb5
Compare
087dfb5
to
dbad9ee
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.
Increases the CLI test coverage to nearly 100%.
Checklist
cargo fmt
and checked withcargo clippy
.