Skip to content

Commit

Permalink
remove codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Aug 14, 2022
1 parent 847b7b6 commit a5f9b78
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,3 @@ jobs:
rubygems: latest # runs 'gem update --system'
- name: Run test
run: bundle exec rake spec
- name: Upload test coverage
run: bundle exec codeclimate-test-reporter
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ group :test do
gem 'rspec', '~> 3.5'
gem "simplecov", :require => false
gem 'timecop'
gem "codeclimate-test-reporter", :require => false
end

group :development do
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Foreman

[![CI](https://github.com/ddollar/foreman/actions/workflows/ci.yml/badge.svg)](https://github.com/ddollar/foreman/actions/workflows/ci.yml)
[![Code Climate](https://codeclimate.com/github/ddollar/foreman.svg)](https://codeclimate.com/github/ddollar/foreman)
[![Inline docs](http://inch-ci.org/github/ddollar/foreman.svg?branch=master)](http://inch-ci.org/github/ddollar/foreman)

Manage Procfile-based applications

Expand Down
10 changes: 0 additions & 10 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
# it throws following message:
# W, [2018-02-06T18:16:06.360071 #72025] WARN -- : This usage of the Code Climate Test Reporter is now deprecated. Since version
# 1.0, we now require you to run `SimpleCov` in your test/spec helper, and then
# run the provided `codeclimate-test-reporter` binary separately to report your
# results to Code Climate.
#
# More information here: https://github.com/codeclimate/ruby-test-reporter/blob/master/README.md
# require "codeclimate-test-reporter"
# CodeClimate::TestReporter.start

require "simplecov"
SimpleCov.start do
add_filter "/spec/"
Expand Down

0 comments on commit a5f9b78

Please sign in to comment.