ci: notify coveralls on finished parallel builds
This commit is contained in:
parent
d581807e33
commit
32522a5f65
13
.github/workflows/coveralls.yml
vendored
13
.github/workflows/coveralls.yml
vendored
@ -7,21 +7,10 @@ on:
|
|||||||
- completed
|
- completed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
coveralls:
|
finish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
NODE_COVERALLS_DEBUG: 1
|
NODE_COVERALLS_DEBUG: 1
|
||||||
steps:
|
|
||||||
- name: Upload Coverage to Coveralls
|
|
||||||
uses: coverallsapp/github-action@master
|
|
||||||
with:
|
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
path-to-lcov: ./coverage.info
|
|
||||||
parallel: true
|
|
||||||
|
|
||||||
finish:
|
|
||||||
needs: coveralls
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Coveralls Finished
|
- name: Coveralls Finished
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user