Pin kcov version

This commit is contained in:
3wc 2020-12-24 01:01:00 +02:00
parent 893150cdd9
commit e222f4152b
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ steps:
- name: collect code coverage
failure: ignore # until we fix this
image: kcov/kcov:latest
image: kcov/kcov:38
commands:
- apk add bats git bash
- apt update && apt install -y bats git bash
- kcov . bats tests || true
- name: send code coverage report to codecov