Use homebrewed image for CI too

This commit is contained in:
Luke Murphy 2021-01-01 13:49:19 +01:00
parent 1600b6277f
commit ab1353603d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 6 deletions

View File

@ -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: