File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -123,12 +123,18 @@ jobs:
123123 - run :
124124 name : Collecting coverage reports
125125 command : |
126- curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
126+ curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
127+
127128 curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov
129+
128130 curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov.SHA256SUM
131+
129132 curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov.SHA256SUM.sig
133+
130134 gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
135+
131136 shasum -a 256 -c codecov.SHA256SUM
137+
132138 chmod +x codecov
133139 check-dependencies :
134140 parameters :
You can’t perform that action at this time.
0 commit comments