glog/.github/workflows/coveralls.yml
2021-11-18 11:01:35 +01:00

22 lines
425 B
YAML

name: Coveralls
on:
workflow_run:
workflows: [Linux]
types:
- completed
jobs:
finish:
runs-on: ubuntu-latest
env:
NODE_COVERALLS_DEBUG: 1
COVERALLS_SERVICE_JOB_ID: glog-${{github.run_number}}
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true