Get reports only

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

View File

@ -18,7 +18,7 @@ steps:
image: kcov/kcov:latest
commands:
- mkdir -p coverage
- kcov coverage abra
- kcov --report-only coverage abra
- name: send code coverage report to codecov
image: robertstettner/drone-codecov