Skip to content

Commit

Permalink
Avoid Coveralls upload failure because build was closed
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo committed Aug 19, 2024
1 parent 89442a8 commit 0423f7f
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 0423f7f

Please sign in to comment.