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