chore: get coverall logs

This commit is contained in:
JianBo He 2022-07-01 13:52:07 +08:00
parent 2d9383842c
commit e464c3890e
1 changed files with 3 additions and 0 deletions

View File

@ -204,7 +204,10 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make coveralls run: make coveralls
- name: get coveralls logs - name: get coveralls logs
working-directory: source
env:
if: failure() if: failure()
run: cat rebar3.crashdump run: cat rebar3.crashdump