Skip to content

Commit fbb9dd7

Browse files
committed
build: remove Code Climate integration
1 parent 71a0151 commit fbb9dd7

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

.github/workflows/continuous_integration.yml

-24
Original file line numberDiff line numberDiff line change
@@ -61,27 +61,3 @@ jobs:
6161

6262
- name: Run rake
6363
run: bundle exec rake
64-
65-
coverage:
66-
name: Report test coverage to CodeClimate
67-
68-
needs: [build]
69-
runs-on: ubuntu-latest
70-
71-
steps:
72-
- name: Checkout
73-
uses: actions/checkout@v4
74-
75-
- name: Initialize Ruby
76-
uses: ruby/setup-ruby@v1
77-
with:
78-
ruby-version: 3.1
79-
bundler-cache: true
80-
81-
- name: Report test coverage
82-
uses: paambaati/codeclimate-action@v9
83-
env:
84-
CC_TEST_REPORTER_ID: b86e77bc6980a43dc09314502fe13334e0f663770b840628ca0716e6dcdeeb5d
85-
with:
86-
coverageCommand: bundle exec rake spec
87-
coverageLocations: ${{github.workspace}}/coverage/lcov/*.lcov:lcov

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ and the order of implementing new features.
77
[![Build Status](https://github.com/main-branch/ruby_git/actions/workflows/continuous_integration.yml/badge.svg)](https://github.com/main-branch/ruby_git/actions/workflows/continuous_integration.yml)
88
[![Documentation](https://img.shields.io/badge/Documentation-Latest-green)](https://rubydoc.info/gems/ruby_git/)
99
[![Change Log](https://img.shields.io/badge/CHANGELOG-Latest-green)](https://rubydoc.info/gems/ruby_git/file/CHANGELOG.md)
10-
[![Maintainability](https://api.codeclimate.com/v1/badges/5403e4613b7518f70da7/maintainability)](https://codeclimate.com/github/main-branch/ruby_git/maintainability)
11-
[![Test Coverage](https://api.codeclimate.com/v1/badges/5403e4613b7518f70da7/test_coverage)](https://codeclimate.com/github/main-branch/ruby_git/test_coverage)
1210
[![Slack](https://img.shields.io/badge/slack-main--branch/ruby__git-yellow.svg?logo=slack)](https://main-branch.slack.com/archives/C01CHR7TMM2)
1311

1412
Git Is Hard™ but it doesn't have to be that way. Git has this reputation because it has an

0 commit comments

Comments
 (0)