From ea60626b87eb08f4ffd5429637b39daaa2b72f7b Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Fri, 23 Jun 2023 22:30:37 +0200 Subject: [PATCH] Remove CodeClimate --- .github/workflows/ci.yml | 6 ------ README.md | 2 -- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7da8df91..faf765da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index abc99b6a..ca440f64 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ CodeOcean ========== [![Build Status](https://github.com/openHPI/codeocean/workflows/CI/badge.svg)](https://github.com/openHPI/codeocean/actions?query=workflow%3ACI) -[![Code Climate](https://codeclimate.com/github/openHPI/codeocean/badges/gpa.svg)](https://codeclimate.com/github/openHPI/codeocean) -[![Test Coverage](https://codeclimate.com/github/openHPI/codeocean/badges/coverage.svg)](https://codeclimate.com/github/openHPI/codeocean) [![codecov](https://codecov.io/gh/openHPI/codeocean/branch/master/graph/badge.svg?token=imei686C2r)](https://codecov.io/gh/openHPI/codeocean) ![Learner Interface](docs/implement.png)