Remove CodeClimate

This commit is contained in:
Sebastian Serth
2023-06-23 22:28:31 +02:00
parent 3a5ab3aaea
commit 322d06540f
2 changed files with 0 additions and 11 deletions

View File

@ -89,15 +89,6 @@ jobs:
if: ${{ success() || failure() }} if: ${{ success() || failure() }}
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
- name: Publish code coverage
uses: paambaati/codeclimate-action@v3.2.0
if: ${{ success() || failure() }}
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
prefix: github.com/openHPI/poseidon/
coverageLocations: |
${{github.workspace}}/coverage/coverage.cov:gocov
- name: Upload coverage report - name: Upload coverage report
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
if: ${{ success() || failure() }} if: ${{ success() || failure() }}

View File

@ -1,8 +1,6 @@
# Poseidon # Poseidon
[![CI](https://github.com/openHPI/poseidon/actions/workflows/ci.yml/badge.svg)](https://github.com/openHPI/poseidon/actions/workflows/ci.yml) [![CI](https://github.com/openHPI/poseidon/actions/workflows/ci.yml/badge.svg)](https://github.com/openHPI/poseidon/actions/workflows/ci.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/8a968383173ba81fca18/maintainability)](https://codeclimate.com/github/openHPI/poseidon/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/8a968383173ba81fca18/test_coverage)](https://codeclimate.com/github/openHPI/poseidon/test_coverage)
[![codecov](https://codecov.io/github/openHPI/poseidon/branch/main/graph/badge.svg?token=82CPV7I408)](https://codecov.io/github/openHPI/poseidon) [![codecov](https://codecov.io/github/openHPI/poseidon/branch/main/graph/badge.svg?token=82CPV7I408)](https://codecov.io/github/openHPI/poseidon)
<img src="assets/Poseidon.svg" alt="Poseidon logo" width="20%"> <img src="assets/Poseidon.svg" alt="Poseidon logo" width="20%">