summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-02-19 23:57:14 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-20 15:08:49 +0100
commit8319f8a9feb0500370fb711297ae56319727a222 (patch)
treea7ec490fde58386c38658553546098c6edc0f4a5 /.github
parentea9638d63e2a76ae43d273337c09c983ae8076d9 (diff)
downloadpylint-git-8319f8a9feb0500370fb711297ae56319727a222.tar.gz
Remove unnecessary checks
Diffstat (limited to '.github')
-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 94ab0759c..4929ce467 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 debug --rcfile=${{ env.COVERAGERC_FILE }} --service=github
+ coveralls --rcfile=${{ env.COVERAGERC_FILE }} --service=github
pytest-windows: