Install kcov holding package

This commit is contained in:
Luke Murphy 2020-10-26 11:24:05 +01:00
parent 0eb5d14ad8
commit aff01e6741
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ steps:
- name: collect code coverage
image: robertstettner/drone-codecov
commands:
- apk add kcov
- apk add bash-completion
- mkdir -p coverage && kcov coverage abra
- /bin/drone-codecov -s coverage
secrets: