[ci] pass token through

This commit is contained in:
Timothy Stack 2021-01-30 09:08:30 -08:00
parent b85f9fd1d4
commit af9cea19e2
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ jobs:
- name: make check
run: make check
- name: upload cover
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: coveralls --gcov-options '\-lp'
- name: make distcheck
run: make distcheck -j4 || (test -e lnav-*/_build/sub/test/test-suite.log && cat lnav-*/_build/sub/test/test-suite.log)