Try to specify coverage version
parent
4491c7f3f1
commit
f33b162067
|
|
@ -45,15 +45,17 @@ jobs:
|
||||||
if: ${{ ! matrix.jython }}
|
if: ${{ ! matrix.jython }}
|
||||||
run: tox
|
run: tox
|
||||||
- name: Coveralls
|
- name: Coveralls
|
||||||
uses: AndreMiras/coveralls-python-action@v20200413
|
uses: baztian/coveralls-python-action@supply-coverage-version
|
||||||
with:
|
with:
|
||||||
parallel: true
|
parallel: true
|
||||||
|
coverage-version: 4.5.4
|
||||||
|
|
||||||
coveralls_finish:
|
coveralls_finish:
|
||||||
needs: test
|
needs: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Coveralls Finished
|
- name: Coveralls Finished
|
||||||
uses: AndreMiras/coveralls-python-action@v20200413
|
uses: baztian/coveralls-python-action@supply-coverage-version
|
||||||
with:
|
with:
|
||||||
parallel-finished: true
|
parallel-finished: true
|
||||||
|
coverage-version: 4.5.4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue