From 27ec0b12cc2a424fa2a293f05765166b7934bcf3 Mon Sep 17 00:00:00 2001 From: baztian Date: Tue, 23 Jun 2020 23:20:23 +0200 Subject: [PATCH] Try to fix gh actions issue not taking updated coveralls-python-action --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 43f7413..35fc50a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: if: ${{ ! matrix.jython }} run: tox - name: Coveralls - uses: baztian/coveralls-python-action@merged-changes + uses: baztian/coveralls-python-action@new-merged-changes with: parallel: true flag-name: ${{ matrix.plattform }}-${{ matrix.python-version }} @@ -56,6 +56,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls Finished - uses: baztian/coveralls-python-action@merged-changes + uses: baztian/coveralls-python-action@new-merged-changes with: parallel-finished: true