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

This commit is contained in:
Marius Orcsik 2019-08-22 21:03:31 +02:00
parent 1b91418e7a
commit 776b00ec04
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 @activitypub.coverprofile \
-H 'Accept: application/json' \
"https://codecov.io/upload/v2?commit=${GIT_SHA}&token=${PUB_TOKEN}&branch=${GIT_BRANCH}&service=custom"
"https://codecov.io/upload/v2?commit=${GIT_SHA}&token=${PUB_TOKEN}&branch=${GIT_BRANCH}&service=custom" || true