diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-02-19 23:57:14 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-20 15:08:49 +0100 |
commit | 8319f8a9feb0500370fb711297ae56319727a222 (patch) | |
tree | a7ec490fde58386c38658553546098c6edc0f4a5 /.github | |
parent | ea9638d63e2a76ae43d273337c09c983ae8076d9 (diff) | |
download | pylint-git-8319f8a9feb0500370fb711297ae56319727a222.tar.gz |
Remove unnecessary checks
Diffstat (limited to '.github')
-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 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: |