mirror of
https://github.com/teslamate-org/teslamate.git
synced 2026-01-24 21:06:08 +08:00
Allow coverage job to fail
This commit is contained in:
4
.github/workflows/elixir.yml
vendored
4
.github/workflows/elixir.yml
vendored
@@ -55,6 +55,4 @@ jobs:
|
||||
run: mix test
|
||||
- name: Check Coverage
|
||||
run: mix coveralls.github
|
||||
- name: Catch Coverage Failures
|
||||
if: ${{ failure() }}
|
||||
run: echo OK
|
||||
continue-on-error: true
|
||||
|
||||
Reference in New Issue
Block a user