Don't fail if we can't upload code coverage

This commit is contained in:
Marius Orcsik 2019-08-22 21:04:57 +02:00
parent 080b5b64b6
commit af82f22cd4
No known key found for this signature in database
GPG key ID: 77618B618F79EB72

View file

@ -21,4 +21,4 @@ tasks:
curl -X POST \
--data-binary @handlers.coverprofile \
-H 'Accept: application/json' \
"https://codecov.io/upload/v2?commit=${GIT_SHA}&token=${HANDLERS_TOKEN}&branch=${GIT_BRANCH}&service=custom"
"https://codecov.io/upload/v2?commit=${GIT_SHA}&token=${HANDLERS_TOKEN}&branch=${GIT_BRANCH}&service=custom" || true