Add ignore-missing flag
parent
4b97d96dc2
commit
8a111dc977
|
@ -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: |
|
||||||
|
|
Loading…
Reference in New Issue