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 7f298af commit 739dff2Copy full SHA for 739dff2
.circleci/config.yml
@@ -123,11 +123,12 @@ jobs:
123
- run:
124
name: Collecting coverage reports
125
command: |
126
- sudo apt-get update
127
- sudo apt-get install ca-certificates
128
- curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
129
-
+
+ curl -o key.gpg https://keybase.io/codecovsecurity/pgp_keys.asc
+ cd /etc/apt/trusted.gpg.d && ls -a
130
curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov
131
+ sudo apt-key add key.gpg
132
133
curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov.SHA256SUM
134
0 commit comments