summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-19 23:05:17 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-19 23:14:36 +0100
commitdaef4f0fb8b1e1860721ad0e37c2f812c7f68ae4 (patch)
treeb71007f25534d16b1ecf36bd3d3726f7ef549c37
parent297648bb845731e83eb240685803b321b4fa2cd1 (diff)
downloadpylint-git-daef4f0fb8b1e1860721ad0e37c2f812c7f68ae4.tar.gz
Fix 422 Client Error: Unprocessable Entity for url
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index d6d55e21d..94ab0759c 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -317,7 +317,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
. venv/bin/activate
- coveralls --rcfile=${{ env.COVERAGERC_FILE }}
+ coveralls debug --rcfile=${{ env.COVERAGERC_FILE }} --service=github
pytest-windows: