diff --git a/.drone.yml b/.drone.yml index fbe200d..4036be7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,12 +11,13 @@ steps: image: docker:dind commands: - apk add bats git bash - - bats test.bats + - bats tests - name: collect code coverage image: kcov/kcov:latest commands: - - kcov . abra || true + - apk add bats git bash + - kcov . bats tests || true - name: send code coverage report to codecov image: plugins/codecov