From af82f22cd4853452dd80ea933693c84e606ffd05 Mon Sep 17 00:00:00 2001 From: Marius Orcsik Date: Thu, 22 Aug 2019 21:04:57 +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 f88dabf..ab202d5 100644 --- a/.build.yml +++ b/.build.yml @@ -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