-
Notifications
You must be signed in to change notification settings - Fork 66
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(up): hlx up defaults to local repo #1149
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1149 +/- ##
=======================================
Coverage 92.02% 92.02%
=======================================
Files 44 44
Lines 1830 1830
=======================================
Hits 1684 1684
Misses 146 146
Continue to review full report at Codecov.
|
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.
please add test for --no-local-repo
@stefan-guggisberg I added a commit that adds more tests and removes the |
also remove --no-local-repo since this is automatically handled by yargs.
e2432a5
to
baf94fe
Compare
there already was a test for Lines 212 to 218 in 387ce6e
|
@tripodsan I learned about the automagic support for I explicitly added the |
but then we should also add it to the help for |
…ons, as requested by @tripodsan
regarding the failing smoke test: |
# [5.2.0](v5.1.0...v5.2.0) (2019-09-12) ### Features * **up:** hlx up defaults to local repo ([#1149](#1149)) ([62affcb](62affcb))
🎉 This PR is included in version 5.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
fix #913
Please ensure your pull request adheres to the following guidelines:
Related Issues
Thanks for contributing!