File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 25
25
run : ./compile-and-test.sh
26
26
27
27
- name : codecov
28
- run : bash <(curl -s https://codecov.io/bash)
28
+ run : |
29
+ sudo apt-get update
30
+ sudo apt-get install gpg libdigest-sha-perl -y
31
+ curl -Os https://uploader.codecov.io/latest/linux/codecov
32
+ curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
33
+ curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
34
+ curl -s https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
35
+ gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
36
+ shasum -a 256 -c codecov.SHA256SUM
37
+ chmod +x ./codecov
38
+ ./codecov
29
39
if : matrix.influxdb != '2.0' && matrix.influxdb != '2.1'
30
40
31
41
Original file line number Diff line number Diff line change 29
29
run : ./compile-and-test.sh
30
30
31
31
- name : codecov
32
- run : bash <(curl -s https://codecov.io/bash)
32
+ run : |
33
+ sudo apt-get update
34
+ sudo apt-get install gpg libdigest-sha-perl -y
35
+ curl -Os https://uploader.codecov.io/latest/linux/codecov
36
+ curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
37
+ curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
38
+ curl -s https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
39
+ gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
40
+ shasum -a 256 -c codecov.SHA256SUM
41
+ chmod +x ./codecov
42
+ ./codecov
33
43
if : matrix.influxdb != '2.0' && matrix.influxdb != '2.1'
You can’t perform that action at this time.
0 commit comments