From 486245ebb2882cb48e89bd5ee585e684bafda50c Mon Sep 17 00:00:00 2001 From: Jonas Maurus Date: Thu, 11 Apr 2024 14:43:07 +0200 Subject: [PATCH] configure coveralls for parallel builds --- .github/workflows/django.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index f59e665..761dc0b 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -43,6 +43,16 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: coverage.lcov + parallel: true - name: Run Flake8 run: flake8 --max-line-length=120 django_dbconn_retry setup.py + finish: + needs: build + if: $ + runs-on: ubuntu-latest + steps: + - name: Close parallel build + uses: coverallsapp/github-action@master + with: + parallel-finished: true