Skip to content

Commit d303ffb

Browse files
committed
Download checksum for binary
1 parent 9ad2fff commit d303ffb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/config/functions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ functions:
132132
script: |
133133
${PREPARE_SHELL}
134134
curl -Os https://cli.codecov.io/latest/linux/codecov
135+
curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM
136+
shasum -a 256 -c codecov.SHA256SUM
135137
sudo chmod +x codecov
136138
[[ -f test-results.xml ]] && \
137139
./codecov upload-process \

0 commit comments

Comments
 (0)