Skip to content

Commit

Permalink
close parallel coveralls build
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-cassese committed Apr 15, 2024
1 parent 02b2f92 commit a3f9b80
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,17 @@ jobs:
# PLATFORM: ${{ matrix.platform }}

- name: Coveralls GitHub Action
if: ${{ matrix.python-version }} == '3.12'
uses: coverallsapp/github-action@v2.2.3
with:
parallel: true
flag-name: run-$
flag-name: run-$
# if: ${{ matrix.python-version }} == '3.12' && ${{ matrix.platform }} == 'ubuntu-latest'

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

0 comments on commit a3f9b80

Please sign in to comment.