Ignore those build failures
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-11-05 16:02:21 +01:00
parent f495ec0d94
commit dd570e224b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

View File

@ -14,12 +14,14 @@ steps:
- bats tests
- name: collect code coverage
failure: ignore # until we fix this
image: kcov/kcov:latest
commands:
- apk add bats git bash
- kcov . bats tests || true
- name: send code coverage report to codecov
failure: ignore # until we fix this
image: plugins/codecov
settings:
token: