From 80e98cf99a3c3395148a9f7a1155c12f43579e24 Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Fri, 12 Sep 2025 11:34:00 +0100 Subject: [PATCH] Fix missing parallel coverage completed step --- .github/workflows/ci.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2dcbf5e..6ec86f8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,6 +39,16 @@ jobs: debug: true github-token: ${{ secrets.GITHUB_TOKEN }} + finish: + needs: tests + if: ${{ always() }} + runs-on: ubuntu-24.04 + steps: + - name: Coveralls Finished + uses: coverallsapp/github-action@v2.3.6 + with: + parallel-finished: true + docs: runs-on: ubuntu-24.04 timeout-minutes: 15