Get reports only

This commit is contained in:
2020-10-26 11:36:04 +01:00
parent e022fe2310
commit 5955505752

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