Add ignore-missing flag

main
William Beuil 2021-04-21 10:23:21 +02:00
parent 4b97d96dc2
commit 8a111dc977
No known key found for this signature in database
GPG Key ID: BED2072C5C2BF537
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ jobs:
command: | command: |
curl -s -o codecov https://codecov.io/bash \ curl -s -o codecov https://codecov.io/bash \
&& VERSION=$(grep 'VERSION=\".*\"' codecov | cut -d'"' -f2) \ && VERSION=$(grep 'VERSION=\".*\"' codecov | cut -d'"' -f2) \
&& shasum -a 512 -c <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/${VERSION}/SHA512SUM) && shasum -a 512 -c --ignore-missing <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/${VERSION}/SHA512SUM)
- run: - run:
name: Codecov upload name: Codecov upload
command: | command: |