Try to specify coverage version
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user