diff --git a/.drone.yml b/.drone.yml index 0dfb7df..9d6baeb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,20 +8,18 @@ steps: - shellcheck abra - name: run unit tests - image: docker:dind + image: decentral1se/docker-dind-bats-kcov commands: - - apk add bats git bash - bats tests - name: collect code coverage - failure: ignore # until we fix this - image: kcov/kcov:38 + failure: ignore # until we fix this + image: decentral1se/docker-dind-bats-kcov commands: - - apt update && apt install -y bats git bash - kcov . bats tests || true - name: send code coverage report to codecov - failure: ignore # until we fix this + failure: ignore # until we fix this image: plugins/codecov settings: token: