From 692dc3573482aeae93ad497728e83a2a4a065b66 Mon Sep 17 00:00:00 2001 From: h3llrais3r Date: Wed, 14 Jul 2021 23:42:47 +0200 Subject: [PATCH] Remove COVERALLS_FLAG_NAME from github actions --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index aac343d8f..f09ae4390 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,7 +73,6 @@ jobs: - name: Publish python coverage report env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - COVERALLS_FLAG_NAME: python${{ matrix.python-version }} COVERALLS_PARALLEL: true # Set service name as work around -> https://github.com/TheKevJames/coveralls-python/issues/252 COVERALLS_SERVICE_NAME: github