Add ignore-missing flag
parent
4b97d96dc2
commit
8a111dc977
|
@ -84,7 +84,7 @@ jobs:
|
|||
command: |
|
||||
curl -s -o codecov https://codecov.io/bash \
|
||||
&& 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:
|
||||
name: Codecov upload
|
||||
command: |
|
||||
|
|
Loading…
Reference in New Issue