Try avoid error exit code

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