Try to fix gh actions issue not taking updated coveralls-python-action

master
baztian 2020-06-23 23:20:23 +02:00
parent f82206311f
commit 27ec0b12cc
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ jobs:
if: ${{ ! matrix.jython }} if: ${{ ! matrix.jython }}
run: tox run: tox
- name: Coveralls - name: Coveralls
uses: baztian/coveralls-python-action@merged-changes uses: baztian/coveralls-python-action@new-merged-changes
with: with:
parallel: true parallel: true
flag-name: ${{ matrix.plattform }}-${{ matrix.python-version }} flag-name: ${{ matrix.plattform }}-${{ matrix.python-version }}
@ -56,6 +56,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Coveralls Finished - name: Coveralls Finished
uses: baztian/coveralls-python-action@merged-changes uses: baztian/coveralls-python-action@new-merged-changes
with: with:
parallel-finished: true parallel-finished: true