chore: print coverall fails log

This commit is contained in:
JianBo He 2022-07-01 09:51:37 +08:00
parent 9acfd0ff9e
commit 3696c3d333
1 changed files with 3 additions and 0 deletions

View File

@ -204,6 +204,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make coveralls
- name: get coveralls logs
if: failure()
run: cat rebar3.crashdump
# do this in a separate job
upload_coverdata: