Ignore codecov upload failures in CI.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
master
Daniel Nephin 2017-08-15 13:17:20 -04:00
parent 04659b8802
commit 4e09dba068
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@ jobs:
test-$CIRCLE_BUILD_NUM:/go/src/github.com/docker/cli/coverage.txt \
coverage.txt
apk add -U bash curl
curl -s https://codecov.io/bash | bash
curl -s https://codecov.io/bash | bash || \
echo 'Codecov failed to upload'
validate:
working_directory: /work