Skip to content

Commit

Permalink
fix parallel builds for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff committed Dec 6, 2023
1 parent a812cc0 commit e51c476
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,14 @@ jobs:
- name: Publish to coveralls.io
uses: coverallsapp/github-action@v2
with:
parallel: true
github-token: ${{ secrets.GITHUB_TOKEN }}

finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Close parallel build
uses: coverallsapp/github-action@v2
with:
parallel-finished: true

0 comments on commit e51c476

Please sign in to comment.