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