File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -123,15 +123,13 @@ jobs:
123123 - run :
124124 name : Collecting coverage reports
125125 command : |
126- gpg --version
127- curl -Os https://cli.codecov.io/latest/linux-arm64/codecov
128- curl -Os https://cli.codecov.io/latest/linux-arm64/codecov.SHA256SUM
129- curl -Os https://cli.codecov.io/latest/linux-arm64/codecov.SHA256SUM.sig
130- curl -s https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
131- gpg --verify codecov.SHA256SUM.sig codecov.SHA256SUM
126+ curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
127+ curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov
128+ curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov.SHA256SUM
129+ curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov.SHA256SUM.sig
130+ gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
132131 shasum -a 256 -c codecov.SHA256SUM
133- sudo chmod +x codecov
134- ./codecov --help
132+ chmod +x codecov
135133
136134 check-dependencies :
137135 parameters :
You can’t perform that action at this time.
0 commit comments