File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,22 @@ jobs:
5757 - run :
5858 name : Collecting coverage reports
5959 command : |
60- curl -Os https://uploader.codecov.io/latest/linux/codecov
61- curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
62- curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
63- curl -s https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
60+ curl -Os https://cli.codecov.io/latest/linux-arm64/codecov
61+ sudo chmod +x codecov
62+
63+ curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
64+
65+ curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov
66+
67+ curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov.SHA256SUM
68+
69+ curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov.SHA256SUM.sig
70+
6471 gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
72+
6573 shasum -a 256 -c codecov.SHA256SUM
66- chmod +x ./codecov
67- ./ codecov
74+
75+ chmod +x codecov
6876
6977 tests-java-arm64 :
7078 parameters :
You can’t perform that action at this time.
0 commit comments