Skip to content

Commit

Permalink
Fix coveralls 422 Client Error
Browse files Browse the repository at this point in the history
To fix following error:

coveralls.exception.CoverallsException: Could not submit coverage: 422
Client Error: Unprocessable Entity for url:
https://coveralls.io/api/v1/jobs

Signed-off-by: Chenxiong Qi <cqi@redhat.com>
  • Loading branch information
tkdchen committed Jan 22, 2021
1 parent 71e6597 commit 0602cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
pip3 install --upgrade pip
pip3 install --upgrade setuptools
pip3 install --upgrade coveralls
/home/runner/.local/bin/coveralls
/home/runner/.local/bin/coveralls --service=github
coveralls-finish:
name: Finish coveralls-python
Expand All @@ -72,6 +72,6 @@ jobs:
pip3 install --upgrade pip
pip3 install --upgrade setuptools
pip3 install --upgrade coveralls
/home/runner/.local/bin/coveralls --finish
/home/runner/.local/bin/coveralls --service=github --finish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0602cc9

Please sign in to comment.