Skip to content

Commit 30afba7

Browse files
committed
try something
1 parent cbbd4c4 commit 30afba7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

dist/codecov.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env bash
21
CC_WRAPPER_VERSION="0.2.1"
32
set +u
43
say() {

hooks/pre-commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ if ! prettier --check --no-error-on-unmatched-pattern "**/*.yml"; then
1515
exit 1
1616
fi
1717

18-
cp src/scripts/dist/codecov.sh dist/codecov.sh
19-
git add dist/codecov.sh
18+
# cp src/scripts/dist/codecov.sh dist/codecov.sh
19+
# git add dist/codecov.sh
2020

2121
git diff --cached --name-only | if grep --quiet "src/version"
2222
then

0 commit comments

Comments
 (0)