-
Notifications
You must be signed in to change notification settings - Fork 22
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
Mandatory hooks #28
Mandatory hooks #28
Conversation
Codecov Report
@@ Coverage Diff @@
## master #28 +/- ##
==========================================
- Coverage 39.67% 39.49% -0.19%
==========================================
Files 12 12
Lines 431 433 +2
==========================================
Hits 171 171
- Misses 260 262 +2
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #28 +/- ##
==========================================
- Coverage 40.5% 40.31% -0.19%
==========================================
Files 12 12
Lines 437 439 +2
==========================================
Hits 177 177
- Misses 260 262 +2
Continue to review full report at Codecov.
|
If an error occurs during plugin execution fail the complete hook. It still can be ignored by using `git commit --no-verify`. Update error messages to display some hints.
Co-Authored-By: Michael Wiegand <wiegandm@users.noreply.github.com>
Fail git hook if a plugin can't be executed.
References #25
Checklist: