Skip to content

Commit f359e3b

Browse files
committed
dbg
1 parent 45bc29a commit f359e3b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ jobs:
6262
curl --output "${CODECOV}" --create-dirs --silent --show-error https://cli.codecov.io/latest/alpine/codecov
6363
chmod +x "${CODECOV}"
6464
65-
ls -l "${CODECOV_BIN}"
66-
exec "${CODECOV}" upload-process --file coverage.txt --slug "${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}"
65+
echo 1111111
66+
file "${CODECOV}"
67+
"${CODECOV}" upload-process --file coverage.txt --slug "${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}"
6768
# `CIRCLE_PROJECT_ID` is a UUID, do not use it.
6869
6970
workflows:

0 commit comments

Comments
 (0)