Skip to content

Commit bd024f4

Browse files
committed
Remove codeclimate integration
Project is dead.
1 parent 54c3da7 commit bd024f4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,5 @@ jobs:
4141
with:
4242
ruby-version: ${{ matrix.ruby }}
4343
bundler-cache: true
44-
- name: Run tests without uploading code coverage
45-
if: ${{ matrix.ruby != '3.0' }}
44+
- name: Run tests
4645
run: bundle exec rake
47-
- name: Run tests and upload coverage to Code Climate
48-
if: ${{ matrix.ruby == '3.0' }}
49-
uses: paambaati/[email protected]
50-
env:
51-
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_TOKEN }}
52-
with:
53-
coverageCommand: bundle exec rake

0 commit comments

Comments
 (0)