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

21 lines
365 B
YAML

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