From ddd091bece41c36e4499b3af9cded7a6bf743709 Mon Sep 17 00:00:00 2001 From: ElliottKasoar Date: Tue, 13 Feb 2024 12:31:29 +0000 Subject: [PATCH] Fix publishing to coveralls --- .github/workflows/ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12ed24a3..157c847a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,18 @@ jobs: - name: Report coverage to Coveralls uses: coverallsapp/github-action@v2 + with: + parallel: true + flag-name: run-${{ matrix.python-version }} + + coverage: + needs: tests + runs-on: ubuntu-latest + steps: + - name: Close parallel build + uses: coverallsapp/github-action@v2 + with: + parallel-finished: true docs: runs-on: ubuntu-latest