From dd570e224be10962b962c641fea3be8b170996cf Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 5 Nov 2020 16:02:21 +0100 Subject: [PATCH] Ignore those build failures --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 4036be7..ed4ea90 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,12 +14,14 @@ steps: - bats tests - name: collect code coverage + failure: ignore # until we fix this image: kcov/kcov:latest commands: - apk add bats git bash - kcov . bats tests || true - name: send code coverage report to codecov + failure: ignore # until we fix this image: plugins/codecov settings: token: