From 776b00ec04dff35a04ce5910f6a129ce2314e97c Mon Sep 17 00:00:00 2001 From: Marius Orcsik Date: Thu, 22 Aug 2019 21:03:31 +0200 Subject: [PATCH] Don't fail if we can't upload code coverage --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 973048b..76281c0 100644 --- a/.build.yml +++ b/.build.yml @@ -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