Remove CodeClimate

This commit is contained in:
Sebastian Serth
2023-06-23 22:30:37 +02:00
parent e91a26ebe6
commit ea60626b87
2 changed files with 0 additions and 8 deletions

View File

@ -80,12 +80,6 @@ jobs:
if: ${{ success() || failure() }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Send coverage to CodeClimate
uses: paambaati/codeclimate-action@v3.2.0
continue-on-error: true
if: ${{ success() || failure() }}
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
lint:
runs-on: ubuntu-latest