ci: skip coveralls if no coverdata found
This commit is contained in:
parent
93f411964b
commit
bd1c4f9e62
|
@ -146,6 +146,7 @@ jobs:
|
||||||
- name: send to coveralls
|
- name: send to coveralls
|
||||||
if: github.repository == 'emqx/emqx'
|
if: github.repository == 'emqx/emqx'
|
||||||
run: |
|
run: |
|
||||||
|
stat -t -- './_build/test/cover/*.coverdata' >/dev/null 2>&1 || exit 0
|
||||||
./scripts/ct/run.sh --ci --app ${{ matrix.app }} --only-up
|
./scripts/ct/run.sh --ci --app ${{ matrix.app }} --only-up
|
||||||
docker exec \
|
docker exec \
|
||||||
-e IS_CI="$IS_CI" \
|
-e IS_CI="$IS_CI" \
|
||||||
|
|
Loading…
Reference in New Issue