Try again with a fixed coveralls approach for more reasonable job names
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user