[ci] fix coverage job id

This commit is contained in:
Timothy Stack 2021-01-31 22:53:00 -08:00
parent 85b9329332
commit 66747ef627
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
- name: upload cover
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
TRAVIS_JOB_ID: ${GITHUB_RUN_ID}-${GITHUB_RUN_NUMBER}
TRAVIS_JOB_ID: ${{ github.run_id }}-${{ github.run_number }}
run: >-
coveralls
--exclude src/doctest.hh