We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45bc29a commit f359e3bCopy full SHA for f359e3b
.circleci/config.yml
@@ -62,8 +62,9 @@ jobs:
62
curl --output "${CODECOV}" --create-dirs --silent --show-error https://cli.codecov.io/latest/alpine/codecov
63
chmod +x "${CODECOV}"
64
65
- ls -l "${CODECOV_BIN}"
66
- exec "${CODECOV}" upload-process --file coverage.txt --slug "${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}"
+ echo 1111111
+ file "${CODECOV}"
67
+ "${CODECOV}" upload-process --file coverage.txt --slug "${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}"
68
# `CIRCLE_PROJECT_ID` is a UUID, do not use it.
69
70
workflows:
0 commit comments