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 85da394 commit b48ed6fCopy full SHA for b48ed6f
.circleci/config.yml
@@ -123,6 +123,8 @@ jobs:
123
- run:
124
name: Collecting coverage reports
125
command: |
126
+ apt-get update
127
+ 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
130
curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov
0 commit comments