Skip to content

Commit fb8f83b

Browse files
committed
Fix parallel builds in coveralls
1 parent 1860121 commit fb8f83b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/CI.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@ jobs:
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
4545
file: lcov.info
4646
parallel: true
47+
flag-name: julia-${{ matrix.version }}-${{ matrix.os }}-${{ matrix.arch }}
48+
49+
coveralls:
50+
name: Indicate completion to coveralls
51+
runs-on: ubuntu-latest
52+
needs: test
53+
steps:
54+
- name: Finish
55+
uses: coverallsapp/github-action@v2
56+
with:
57+
github-token: ${{ secrets.GITHUB_TOKEN }}
58+
parallel-finished: true
4759

4860
docs:
4961
name: Documentation

0 commit comments

Comments
 (0)