Skip to content

Commit

Permalink
ci: updated coveralls job id
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Nov 13, 2021
1 parent 4399e56 commit b79e18b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
runs-on: ubuntu-latest
env:
NODE_COVERALLS_DEBUG: 1
COVERALLS_SERVICE_JOB_ID: GCC-C++-${{steps.date.outputs.date}}-${{github.run_number}}

steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
env:
COVERALLS_SERVICE_JOB_ID: glog-${{steps.date.outputs.date}}-${{github.run_number}}

0 comments on commit b79e18b

Please sign in to comment.