From e222f4152b02cd385a9d6f5e3a61d3f06535f722 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Thu, 24 Dec 2020 01:01:00 +0200 Subject: [PATCH] Pin kcov version --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2f976f0..0dfb7df 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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