Ignore codecov upload failures in CI.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: 4e09dba068
Component: cli
This commit is contained in:
Daniel Nephin
2017-08-15 14:34:43 -04:00
parent 850fb084cc
commit 750260f43f
+2 -1
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