Try again with a fixed coveralls approach for more reasonable job names

master
baztian 2020-06-23 22:37:03 +02:00
parent f6a233559b
commit 9b1fd6e7fe
1 changed files with 4 additions and 2 deletions

View File

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