From 9b1fd6e7fe4d0bbfcdeb28e07f5bc85c60864165 Mon Sep 17 00:00:00 2001 From: baztian Date: Tue, 23 Jun 2020 22:37:03 +0200 Subject: [PATCH] Try again with a fixed coveralls approach for more reasonable job names --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7504765..a9f24f3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,9 +45,10 @@ jobs: if: ${{ ! matrix.jython }} run: tox - name: Coveralls - uses: baztian/coveralls-python-action@supply-coverage-version + uses: baztian/coveralls-python-action@merged-changes with: parallel: true + flag-name: ${{ matrix.plattform }}-${{ matrix.python-version }} coverage-version: 4.5.4 coveralls_finish: @@ -55,6 +56,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls Finished - uses: baztian/coveralls-python-action@supply-coverage-version + uses: baztian/coveralls-python-action@merged-changes with: parallel-finished: true + flag-name: dummy