We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbbd4c4 commit 30afba7Copy full SHA for 30afba7
dist/codecov.sh
@@ -1,4 +1,3 @@
1
-#!/usr/bin/env bash
2
CC_WRAPPER_VERSION="0.2.1"
3
set +u
4
say() {
hooks/pre-commit
@@ -15,8 +15,8 @@ if ! prettier --check --no-error-on-unmatched-pattern "**/*.yml"; then
15
exit 1
16
fi
17
18
-cp src/scripts/dist/codecov.sh dist/codecov.sh
19
-git add dist/codecov.sh
+# cp src/scripts/dist/codecov.sh dist/codecov.sh
+# git add dist/codecov.sh
20
21
git diff --cached --name-only | if grep --quiet "src/version"
22
then
0 commit comments