-
Notifications
You must be signed in to change notification settings - Fork 127
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: add stash command #101
base: master
Are you sure you want to change the base?
Conversation
938e892
to
4e835a2
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #101 +/- ##
==========================================
+ Coverage 83.48% 83.61% +0.12%
==========================================
Files 29 30 +1
Lines 1841 1892 +51
==========================================
+ Hits 1537 1582 +45
- Misses 184 187 +3
- Partials 120 123 +3 |
- Add stash push - List - Show
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.
Thanks for the PR! Left some comments.
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.
Could you convert all if err != nil
to require.NoError
/require.Error
/assert.Error
accordingly?
if err != nil { | ||
idx = -1 | ||
} |
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.
What does this mean to have Index == -1
? Should we ignore the line instead?
Describe the pull request
A clear and concise description of what the pull request is about, i.e. what problem should be fixed?
Link to the issue:
Checklist