File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 5050 GROUP : ${{ matrix.group }}
5151 - uses : julia-actions/julia-processcoverage@v1
5252 if : matrix.version == '1' && matrix.os == 'ubuntu-latest'
53- - name : Send coverage
53+ - name : Coveralls parallel
5454 if : matrix.version == '1' && matrix.os == 'ubuntu-latest'
5555 uses : coverallsapp/github-action@master
5656 with :
57- github-token : ${{ secrets.GITHUB_TOKEN }}
58- path-to-lcov : ./lcov.info
57+ github-token : ${{ secrets.GITHUB_TOKEN }}
58+ path-to-lcov : ./lcov.info
59+ flag-name : run-${{ matrix.group }}
60+ parallel : true
61+ finish :
62+ needs : test
63+ runs-on : ubuntu-latest
64+ steps :
65+ - name : Send coverage
66+ uses : coverallsapp/github-action@master
67+ with :
68+ github-token : ${{ secrets.github_token }}
69+ parallel-finished : true
You can’t perform that action at this time.
0 commit comments