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 efed322 commit 647b004Copy full SHA for 647b004
.circleci/config.yml
@@ -123,6 +123,8 @@ jobs:
123
- run:
124
name: Collecting coverage reports
125
command: |
126
+ ls -ld /home/circleci/.gnupg
127
+ ls -l /home/circleci/.gnupg/trustedkeys.gpg
128
curl -Os https://uploader.codecov.io/latest/linux/codecov
129
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
130
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
0 commit comments