Ignore those build failures
This commit is contained in:
parent
f495ec0d94
commit
dd570e224b
@ -14,12 +14,14 @@ steps:
|
|||||||
- bats tests
|
- bats tests
|
||||||
|
|
||||||
- name: collect code coverage
|
- name: collect code coverage
|
||||||
|
failure: ignore # until we fix this
|
||||||
image: kcov/kcov:latest
|
image: kcov/kcov:latest
|
||||||
commands:
|
commands:
|
||||||
- apk add bats git bash
|
- apk add bats git bash
|
||||||
- kcov . bats tests || true
|
- kcov . bats tests || true
|
||||||
|
|
||||||
- name: send code coverage report to codecov
|
- name: send code coverage report to codecov
|
||||||
|
failure: ignore # until we fix this
|
||||||
image: plugins/codecov
|
image: plugins/codecov
|
||||||
settings:
|
settings:
|
||||||
token:
|
token:
|
||||||
|
Reference in New Issue
Block a user