Run full kcov

This commit is contained in:
Luke Murphy 2020-10-26 18:01:00 +01:00
parent db7eb30447
commit 64d04a29ab
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:
image: kcov/kcov:latest
commands:
- mkdir -p coverage
- kcov --collect-only coverage abra || true
- kcov coverage abra || true
- name: send code coverage report to codecov
image: robertstettner/drone-codecov