Try to specify coverage version

This commit is contained in:
baztian
2020-06-19 23:59:29 +02:00
parent 4491c7f3f1
commit f33b162067
+4 -2
View File
@@ -45,15 +45,17 @@ jobs:
if: ${{ ! matrix.jython }}
run: tox
- name: Coveralls
uses: AndreMiras/coveralls-python-action@v20200413
uses: baztian/coveralls-python-action@supply-coverage-version
with:
parallel: true
coverage-version: 4.5.4
coveralls_finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: AndreMiras/coveralls-python-action@v20200413
uses: baztian/coveralls-python-action@supply-coverage-version
with:
parallel-finished: true
coverage-version: 4.5.4