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