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 c002127246
commit 339727fe86

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