From 0423f7ffa97531db1ffa0677b8de44d6a5609abd Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Mon, 19 Aug 2024 19:27:59 +0100 Subject: [PATCH] Avoid Coveralls upload failure because build was closed --- .github/workflows/build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51d3bdf..d231cdc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}