We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6e539 commit f3ff10dCopy full SHA for f3ff10d
.github/hooks/install.sh
@@ -68,11 +68,11 @@ if $HAS_PREPUSH && $HAS_COVERAGE; then
68
REPO_ROOT="$(git rev-parse --show-toplevel)"
69
HOOKS_SRC="$REPO_ROOT/.github/hooks"
70
71
-# Quality gates (blocking)
72
-"$HOOKS_SRC/pre-push" "$@" || exit $?
73
-
74
# Coverage check (non-blocking)
75
"$HOOKS_SRC/pre-push-coverage" "$@"
+
+# Quality gates (blocking)
+"$HOOKS_SRC/pre-push" "$@" || exit $?
76
exit 0
77
WRAPPER
78
chmod +x "$GIT_HOOKS_DIR/pre-push"
0 commit comments