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-20 15:08:49 +0100
commit1e05154a7632045e8fdc318bb0e31e568101a974 (patch)
tree19b5dae5c5f8d91e5f50a1abb876370252ca4700
parentf2886a526f91362ed0563a80d0e38d70bacb1743 (diff)
downloadpylint-git-1e05154a7632045e8fdc318bb0e31e568101a974.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: