Skip to content

Commit eadbaf9

Browse files
committed
ci(coveralls): fix parallel build finalization with coveralls-finish job
1 parent a930fa6 commit eadbaf9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,19 @@ jobs:
9292
with:
9393
github-token: ${{ secrets.GITHUB_TOKEN }}
9494
path-to-lcov: ./test/coverage/lcov.info
95+
parallel: true
96+
flag-name: node-${{ matrix.node }}-${{ matrix.os }}
97+
98+
coveralls-finish:
99+
name: Coveralls Finished
100+
runs-on: ubuntu-latest
101+
needs: test
102+
steps:
103+
- name: Coveralls Finished
104+
uses: coverallsapp/github-action@v2
105+
with:
106+
github-token: ${{ secrets.GITHUB_TOKEN }}
107+
parallel-finished: true
95108

96109
deno-tests:
97110
name: Deno Tests / ${{ matrix.deno }}

0 commit comments

Comments
 (0)