ci: skip coveralls if no coverdata found

This commit is contained in:
Ivan Dyachkov 2024-05-07 19:07:02 +02:00
parent 93f411964b
commit bd1c4f9e62
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ jobs:
- name: send to coveralls
if: github.repository == 'emqx/emqx'
run: |
stat -t -- './_build/test/cover/*.coverdata' >/dev/null 2>&1 || exit 0
./scripts/ct/run.sh --ci --app ${{ matrix.app }} --only-up
docker exec \
-e IS_CI="$IS_CI" \