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