Skip to content

Commit

Permalink
use coveralls action parallel mode
Browse files Browse the repository at this point in the history
  • Loading branch information
p7g committed May 29, 2024
1 parent de8630e commit 6e49f6e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,15 @@ jobs:
- name: upload coverage
uses: coverallsapp/github-action@v2
with:
debug: true
parallel: true
flag-name: run ${{ join(matrix.*, ' - ') }}
finish-coveralls:
needs: test
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v2
with:
parallel-finished: true
allow-empty: true

0 comments on commit 6e49f6e

Please sign in to comment.