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 c56d7fa commit efed322Copy full SHA for efed322
.circleci/config.yml
@@ -129,6 +129,7 @@ jobs:
129
curl -s https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
130
gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
131
shasum -a 256 -c codecov.SHA256SUM
132
+ file ./codecov
133
chmod +x ./codecov
134
./codecov
135
0 commit comments