diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c747400b5..e93da4ce4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,6 +40,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} COVERALLS_FLAG_NAME: py${{ matrix.python }} COVERALLS_PARALLEL: true + COVERALLS_SERVICE_JOB_ID: ${{ github.run_id }} coverage: needs: test