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 9ad2fff commit d303ffbCopy full SHA for d303ffb
.evergreen/config/functions.yml
@@ -132,6 +132,8 @@ functions:
132
script: |
133
${PREPARE_SHELL}
134
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
137
sudo chmod +x codecov
138
[[ -f test-results.xml ]] && \
139
./codecov upload-process \
0 commit comments