From fc0098beb7a308eb733329e19e5dd80b6e939a5f Mon Sep 17 00:00:00 2001 From: baztian Date: Sun, 21 Jun 2020 23:00:30 +0200 Subject: [PATCH] Revert "Specify job title for matrix build" This reverts commit 95ef68ca000fcd44178809e272ba478242ab6a0f. --- .github/workflows/python-package.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 805c396..8fc6e89 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -45,10 +45,9 @@ jobs: if: ${{ ! matrix.jython }} run: tox - name: Coveralls - uses: baztian/coveralls-python-action@merged-changes + uses: baztian/coveralls-python-action@supply-coverage-version with: parallel: true - flag-name: ${{ matrix.plattform }}-${{ matrix.python-version }} coverage-version: 4.5.4 coveralls_finish: @@ -56,6 +55,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls Finished - uses: baztian/coveralls-python-action@merged-changes + uses: baztian/coveralls-python-action@supply-coverage-version with: parallel-finished: true