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 647b004 commit 8b943f5Copy full SHA for 8b943f5
.circleci/config.yml
@@ -123,15 +123,14 @@ jobs:
123
- run:
124
name: Collecting coverage reports
125
command: |
126
- ls -ld /home/circleci/.gnupg
127
- ls -l /home/circleci/.gnupg/trustedkeys.gpg
128
curl -Os https://uploader.codecov.io/latest/linux/codecov
129
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
130
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
131
curl -s https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
132
gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
133
shasum -a 256 -c codecov.SHA256SUM
134
file ./codecov
+ ls -a
135
chmod +x ./codecov
136
./codecov
137
0 commit comments