Try to fix coveralls

See https://github.com/TheKevJames/coveralls-python/issues/252
This commit is contained in:
Unrud 2021-03-23 00:26:27 +01:00
parent 0cabc64584
commit 9997a32629

View File

@ -24,7 +24,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python -m pip install coveralls
python -m coveralls
python -m coveralls --service=github
coveralls-finish:
needs: test
@ -39,4 +39,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python -m pip install coveralls
python -m coveralls --finish
python -m coveralls --service=github --finish