Remove CodeClimate
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -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() }}
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Poseidon
|
# Poseidon
|
||||||
|
|
||||||
[](https://github.com/openHPI/poseidon/actions/workflows/ci.yml)
|
[](https://github.com/openHPI/poseidon/actions/workflows/ci.yml)
|
||||||
[](https://codeclimate.com/github/openHPI/poseidon/maintainability)
|
|
||||||
[](https://codeclimate.com/github/openHPI/poseidon/test_coverage)
|
|
||||||
[](https://codecov.io/github/openHPI/poseidon)
|
[](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%">
|
||||||
|
Reference in New Issue
Block a user