-
Notifications
You must be signed in to change notification settings - Fork 10
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
Allow multiple commands issue 112 #116
Allow multiple commands issue 112 #116
Conversation
@calebcartwright My first try on this :D It seems to be working fine. There's one thing that's kinda bothering me though and not very ergonomic. |
Codecov Report
@@ Coverage Diff @@
## master #116 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 129 141 +12
=========================================
+ Hits 129 141 +12
Continue to review full report at Codecov.
|
And is there any way for me to see what is not covered by the tests? To fix that code coverage issue. I haven't worked with code coverage tools in Rust yet 😅 This PR is probably more work for you than if you just would have done it yourself 🙈 EDIT: I guess #18 would be helpful. I'm planning to do some more OSS work so I'd be glad to help out. (If I can with my limited knowledge) |
I think that the Codecov links should be public (https://codecov.io/gh/swellaby/rusty-hook/pull/116/diff?src=pr&el=tree#diff-c3JjL2NvbmZpZy5ycw==). The Coverage is being generated from tarpaulin which is pretty solid, though occasionally imperfect and only available on Linux. If you'd like to run locally and on Mac then I believe the Docker option can work, and on Windows using WSL should work too.
Not at all! I'd much rather have others contribute and be able to just review than have to do it myself 😄 |
Lol exactly!
That's great to hear! It's good timing as well with Hacktoberfest fast approaching. There's plenty of work to do here if you're interested and have time |
Will update this later on for the other tests as well.
Hell yeah! I have the feeling that this is a small enough repo to get me started to OSS. This is my first PR with code in it ever and I'm very happy how easy it was to work with this repo |
Glad to hear that! |
Thanks @Mastermindaxe! This is good to go, though would you mind squashing up the commits a bit? Would prefer avoiding adding1db457b2f8c0ce3ab8d45417d308dacd4f667338 and 2d67771 to the history. Alternatively I can squash while merging |
I've never squashed commits so feel free to do that while merging 😅 I'm gonna look into it though so I can do it next time! Thanks!
|
No worries, I'll take care of it later today. You may find these helpful for future reference: https://thoughtbot.com/blog/git-interactive-rebase-squash-amend-rewriting-history |
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, thanks!
Changes
Related Issues