Merge pull request #443 from dnephin/ignore-codecov-upload-fail

Ignore codecov upload failures in CI
This commit is contained in:
Tibor Vass 2017-08-15 13:05:43 -07:00 committed by GitHub
commit 35c60bbd9b
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