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

This commit is contained in:
baztian
2020-06-23 23:20:23 +02:00
parent f82206311f
commit 27ec0b12cc
+2 -2
View File
@@ -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