-
Notifications
You must be signed in to change notification settings - Fork 285
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
test(core): increase coverage to 100% #3623
Conversation
…ive a valid bip38
…only prompts (not flags)
Codecov Report
@@ Coverage Diff @@
## develop #3623 +/- ##
========================================
Coverage 93.18% 93.18%
========================================
Files 451 451
Lines 10202 10202
Branches 1301 1301
========================================
Hits 9507 9507
Misses 694 694
Partials 1 1 Continue to review full report at Codecov.
|
if (this.hasFlag("token")) { | ||
this.config.set("token", this.getFlag("token")); | ||
} | ||
// TODO: check |
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.
That must've been a copy & paste mistake on my end when I created the command. Since this is a command to alter the configuration nothing should have a default value which means token
could actually be empty.
@bertiespell conflicts |
Summary
Increase test coverage in the core package to 100%
Checklist