Pin kcov version
This commit is contained in:
parent
893150cdd9
commit
e222f4152b
@ -15,9 +15,9 @@ steps:
|
|||||||
|
|
||||||
- name: collect code coverage
|
- name: collect code coverage
|
||||||
failure: ignore # until we fix this
|
failure: ignore # until we fix this
|
||||||
image: kcov/kcov:latest
|
image: kcov/kcov:38
|
||||||
commands:
|
commands:
|
||||||
- apk add bats git bash
|
- apt update && apt install -y bats git bash
|
||||||
- kcov . bats tests || true
|
- kcov . bats tests || true
|
||||||
|
|
||||||
- name: send code coverage report to codecov
|
- name: send code coverage report to codecov
|
||||||
|
Reference in New Issue
Block a user