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 739dff2 commit 64a10e5Copy full SHA for 64a10e5
.circleci/config.yml
@@ -124,11 +124,11 @@ jobs:
124
name: Collecting coverage reports
125
command: |
126
127
+ cd /etc/apt/trusted.gpg.d && ls -a
128
curl -o key.gpg https://keybase.io/codecovsecurity/pgp_keys.asc
129
+ sudo apt-key add key.gpg
130
- cd /etc/apt/trusted.gpg.d && ls -a
131
curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov
- sudo apt-key add key.gpg
132
133
curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov.SHA256SUM
134
0 commit comments