Revert "Specify job title for matrix build"

This reverts commit 95ef68ca00.
master
baztian 2020-06-21 23:00:30 +02:00
parent 95ef68ca00
commit fc0098beb7
1 changed files with 2 additions and 3 deletions

View File

@ -45,10 +45,9 @@ 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@supply-coverage-version
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:
@ -56,6 +55,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@supply-coverage-version
with: with:
parallel-finished: true parallel-finished: true