Wait a sec, collect, not just report

This commit is contained in:
Luke Murphy 2020-10-26 11:37:13 +01:00
parent 33fd0eeb8d
commit c1fbb75657
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 --report-only coverage abra
- kcov --collect-only coverage abra
- name: send code coverage report to codecov
image: robertstettner/drone-codecov