Use kcov image
This commit is contained in:
parent
02fa9025dc
commit
e022fe2310
@ -15,9 +15,8 @@ steps:
|
|||||||
- bats test.bats
|
- bats test.bats
|
||||||
|
|
||||||
- name: collect code coverage
|
- name: collect code coverage
|
||||||
image: alpine:latest
|
image: kcov/kcov:latest
|
||||||
commands:
|
commands:
|
||||||
- apk add kcov
|
|
||||||
- mkdir -p coverage
|
- mkdir -p coverage
|
||||||
- kcov coverage abra
|
- kcov coverage abra
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user