Try to fix gh actions issue not taking updated coveralls-python-action
parent
f82206311f
commit
27ec0b12cc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue