Skip to content

Commit 546d12e

Browse files
committed
[CI] Fix broken Coveralls step
1 parent ceb36f7 commit 546d12e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
depwarn: error
4343
- uses: julia-actions/julia-processcoverage@v1
4444
- name: Coveralls
45-
uses: coverallsapp/github-action@v1.1.2
45+
uses: coverallsapp/github-action@v2
4646
with:
4747
github-token: ${{ secrets.GITHUB_TOKEN }}
48-
path-to-lcov: lcov.info
48+
path-to-lcov: lcov.info
49+
flag-name: run-${{ join(matrix.*, '-') }}
50+
parallel: true

0 commit comments

Comments
 (0)