Skip to content

Commit 779d15c

Browse files
committed
remove code climate
1 parent 731d6a9 commit 779d15c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
--health-timeout 5s
7272
--health-retries 5
7373
env:
74-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
7574
CODE_CLIMATE_API_URL: https://api.codeclimate.com/v1
7675
CODE_CLIMATE_API_ORG_NAME: rootstrap
7776
GITHUB_ORGANIZATION: rootstrap
@@ -124,22 +123,14 @@ jobs:
124123
sudo apt-get -yqq install libpq-dev
125124
- name: Install dependencies
126125
run: bundle install
127-
- name: Setup CodeClimate
128-
run: |
129-
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
130-
chmod +x ./cc-test-reporter
131-
./cc-test-reporter before-build
132126
- name: Copy database.yml
133127
run: cp config/database.yml.example config/database.yml
134128
- name: Setup Database
135129
run: |
136130
bundle exec rails db:setup
137-
- name: Run tests and upload coverage report
131+
- name: Run tests
138132
run: |
139133
bundle exec rspec
140-
- name: Report to CodeClimate
141-
run: |
142-
./cc-test-reporter after-build --exit-code 0
143134
- name: Setup sonar scanner
144135
uses: warchant/setup-sonar-scanner@v3
145136
- name: Run Sonarqube analysis

0 commit comments

Comments
 (0)