Skip to content

Commit 61e3abc

Browse files
committed
Try to fix coveralls github action that fails to upload results
It says: HTTPError: 422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs Fix according to: https://stackoverflow.com/questions/65692711/using-python-coveralls-from-github-actions-returns-could-not-submit-coverage-4
1 parent f0bc96d commit 61e3abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autotests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
run: |
33-
coveralls
33+
coveralls --service=github

0 commit comments

Comments
 (0)