Skip to content

Commit

Permalink
2818: Remove codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenkleinle committed Dec 3, 2024
1 parent 4b87183 commit ff86e0e
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 42 deletions.
20 changes: 0 additions & 20 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,23 +228,9 @@ commands:
unit_test:
description: Runs the test task and stores coverage and junit data
steps:
- run:
command: |
# download test reporter as a static binary
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
name: Setup Code Climate test-reporter
- run:
command: ./cc-test-reporter before-build
name: Code Climate before build
- run:
command: yarn test:ci --maxWorkers ${TOTAL_CPUS}
name: Unit Tests with Coverage
- run:
command: |
./cc-test-reporter format-coverage -t lcov -o reports/coverage/codeclimate.json reports/coverage/lcov.info
./cc-test-reporter upload-coverage -i reports/coverage/codeclimate.json
name: Code Climate after build
- store_test_results:
path: reports/unit-test
- store_artifacts:
Expand Down Expand Up @@ -1095,7 +1081,6 @@ workflows:
prepare_delivery: false
- check:
context:
- codeclimate-integreat-app
- mattermost
- build_web:
build_config_name: integreat-test-cms
Expand Down Expand Up @@ -1210,7 +1195,6 @@ workflows:
prepare_delivery: true
- check:
context:
- codeclimate-integreat-app
- mattermost
- e2e_web:
context:
Expand Down Expand Up @@ -1543,7 +1527,6 @@ workflows:
prepare_delivery: true
- check:
context:
- codeclimate-integreat-app
- mattermost
- build_android:
build_config_name: integreat-e2e
Expand Down Expand Up @@ -1751,7 +1734,6 @@ workflows:
prepare_delivery: true
- check:
context:
- codeclimate-integreat-app
- mattermost
- build_android:
build_config_name: integreat-e2e
Expand Down Expand Up @@ -2009,7 +1991,6 @@ workflows:
prepare_delivery: true
- check:
context:
- codeclimate-integreat-app
- mattermost
- e2e_web:
context:
Expand Down Expand Up @@ -2086,7 +2067,6 @@ workflows:
prepare_delivery: true
- check:
context:
- codeclimate-integreat-app
- mattermost
- e2e_web:
context:
Expand Down
14 changes: 0 additions & 14 deletions .circleci/src/commands/unit_test.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,8 @@
description: Runs the test task and stores coverage and junit data
steps:
- run:
name: Setup Code Climate test-reporter
command: |
# download test reporter as a static binary
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
- run:
name: Code Climate before build
command: ./cc-test-reporter before-build
- run:
name: Unit Tests with Coverage
command: yarn test:ci --maxWorkers ${TOTAL_CPUS}
- run:
name: Code Climate after build
command: |
./cc-test-reporter format-coverage -t lcov -o reports/coverage/codeclimate.json reports/coverage/lcov.info
./cc-test-reporter upload-coverage -i reports/coverage/codeclimate.json
- store_test_results:
path: reports/unit-test
- store_artifacts:
Expand Down
1 change: 0 additions & 1 deletion .circleci/src/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:

- check:
context:
- codeclimate-integreat-app
- mattermost

- build_web:
Expand Down
1 change: 0 additions & 1 deletion .circleci/src/workflows/delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:

- check:
context:
- codeclimate-integreat-app
- mattermost

- e2e_web:
Expand Down
1 change: 0 additions & 1 deletion .circleci/src/workflows/native_beta_delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
prepare_delivery: true
- check:
context:
- codeclimate-integreat-app
- mattermost

- build_android:
Expand Down
1 change: 0 additions & 1 deletion .circleci/src/workflows/native_production_delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:

- check:
context:
- codeclimate-integreat-app
- mattermost

- build_android:
Expand Down
1 change: 0 additions & 1 deletion .circleci/src/workflows/web_beta_delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
prepare_delivery: true
- check:
context:
- codeclimate-integreat-app
- mattermost
- e2e_web:
context:
Expand Down
1 change: 0 additions & 1 deletion .circleci/src/workflows/web_production_delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
prepare_delivery: true
- check:
context:
- codeclimate-integreat-app
- mattermost
- e2e_web:
context:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/facebook/react/blob/master/LICENSE)
[![versioning](https://img.shields.io/badge/calver-YYYY.MM.PATCH-22bfda.svg)](version.json)
[![CircleCI Status](https://circleci.com/gh/digitalfabrik/integreat-app.svg?style=shield)](https://circleci.com/gh/digitalfabrik/integreat-app)
[![Maintainability](https://api.codeclimate.com/v1/badges/5be95233a83e181d8a42/maintainability)](https://codeclimate.com/github/digitalfabrik/integreat-app/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/5be95233a83e181d8a42/test_coverage)](https://codeclimate.com/github/digitalfabrik/integreat-app/test_coverage)
[![CodeScene Code Health](https://codescene.io/projects/53058/status-badges/code-health)](https://codescene.io/projects/53058)

# integreat-app
Expand Down

0 comments on commit ff86e0e

Please sign in to comment.