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