-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add pre-commit hook to check if the current branch needs rebase #89
Add pre-commit hook to check if the current branch needs rebase #89
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #89 +/- ##
=====================================
+ Coverage 88% 90% +1%
=====================================
Files 18 19 +1
Lines 2196 2210 +14
=====================================
+ Hits 1939 1991 +52
+ Misses 257 219 -38 see 1 file with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
Pull Request Test Coverage Report for Build 8249850420Details
💛 - Coveralls |
b636fba
to
829f1ca
Compare
Signed-off-by: Bernhard Kaindl <[email protected]>
4814fda
to
896c7c7
Compare
@GeraldEV Thanks for the review! Thanks for hinting me at the log() call and the comment! I updated both, fixing them and moved the comment and added missing comments as well! |
Add pre-commit hook to check if the current branch needs rebase