diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-19 23:05:17 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-19 23:14:36 +0100 |
commit | daef4f0fb8b1e1860721ad0e37c2f812c7f68ae4 (patch) | |
tree | b71007f25534d16b1ecf36bd3d3726f7ef549c37 | |
parent | 297648bb845731e83eb240685803b321b4fa2cd1 (diff) | |
download | pylint-git-daef4f0fb8b1e1860721ad0e37c2f812c7f68ae4.tar.gz |
Fix 422 Client Error: Unprocessable Entity for url
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
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: |