Tryna fix Drone CI
This commit is contained in:
parent
e01f06423e
commit
0d24a8e5cc
@ -11,12 +11,13 @@ steps:
|
|||||||
image: docker:dind
|
image: docker:dind
|
||||||
commands:
|
commands:
|
||||||
- apk add bats git bash
|
- apk add bats git bash
|
||||||
- bats test.bats
|
- bats tests
|
||||||
|
|
||||||
- name: collect code coverage
|
- name: collect code coverage
|
||||||
image: kcov/kcov:latest
|
image: kcov/kcov:latest
|
||||||
commands:
|
commands:
|
||||||
- kcov . abra || true
|
- apk add bats git bash
|
||||||
|
- kcov . bats tests || true
|
||||||
|
|
||||||
- name: send code coverage report to codecov
|
- name: send code coverage report to codecov
|
||||||
image: plugins/codecov
|
image: plugins/codecov
|
||||||
|
Loading…
Reference in New Issue
Block a user