Skip to content

Commit

Permalink
Merge pull request #26 from cjmayo/coveralls-parallel
Browse files Browse the repository at this point in the history
Avoid Coveralls upload failure because build was closed
  • Loading branch information
cjmayo authored Aug 19, 2024
2 parents 89442a8 + 0423f7f commit 7c0e79c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ jobs:
- name: Report to coveralls
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # v2.1.2
with:
parallel: true
flag-name: run-${{ matrix.python-version }}

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

lint:
name: ${{ matrix.toxenv }}
Expand Down

0 comments on commit 7c0e79c

Please sign in to comment.