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 9689332 commit 276296eCopy full SHA for 276296e
.circleci/config.yml
@@ -59,7 +59,7 @@ jobs:
59
# options instead.
60
61
CODECOV="${CODECOV_BIN}/codecov"
62
- curl --output "${CODECOV}" --create-dirs --silent --show-error https://cli.codecov.io/latest/alpine/codecov
+ curl --output "${CODECOV}" --create-dirs --silent --show-error https://cli.codecov.io/latest/linux/codecov
63
chmod +x "${CODECOV}"
64
65
echo 1111111
0 commit comments