From d116e949a06cf596e1d273d1a7be311640b923f4 Mon Sep 17 00:00:00 2001 From: Harmon Date: Tue, 12 Jan 2021 06:31:22 -0600 Subject: [PATCH] Set COVERALLS_SERVICE_NAME to github in GitHub Actions Test workflow https://github.com/coveralls-clients/coveralls-python/issues/240 https://github.com/coveralls-clients/coveralls-python/pull/249 --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e8e21cf..8a664b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,6 +27,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} COVERALLS_FLAG_NAME: python-${{ matrix.python-version }} COVERALLS_PARALLEL: true + COVERALLS_SERVICE_NAME: github if: ${{ github.event_name == 'push' }} run: | coveralls -- 2.25.1