Skip to content

Commit

Permalink
Remove SimpleCov
Browse files Browse the repository at this point in the history
  • Loading branch information
ytkg committed Dec 28, 2023
1 parent 3477e4d commit bfbf83e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ jobs:
run: bundle install --jobs 4 --retry 3
- name: Run test
run: bundle exec rake
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
file: ./coverage/.resultset.json
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in bundle_outdated_formatter.gemspec
gemspec

if Gem::Version.create(RUBY_VERSION) < Gem::Version.create('2.4.0')
gem 'simplecov', '< 0.18.0'
end

if Gem::Version.create(RUBY_VERSION) >= Gem::Version.create('2.3.0') && Gem::Version.create(RUBY_VERSION) < Gem::Version.create('2.4.0')
if RUBY_PLATFORM !~ /mingw/
gem 'rubocop', '< 0.82.0'
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![Gem Version](https://badge.fury.io/rb/bundle_outdated_formatter.svg)](https://badge.fury.io/rb/bundle_outdated_formatter)
[![Build Status](https://github.com/emsk/bundle_outdated_formatter/actions/workflows/build.yml/badge.svg)](https://github.com/emsk/bundle_outdated_formatter/actions/workflows/build.yml)
[![Codecov](https://codecov.io/gh/emsk/bundle_outdated_formatter/branch/main/graph/badge.svg)](https://codecov.io/gh/emsk/bundle_outdated_formatter)
[![Code Climate](https://codeclimate.com/github/emsk/bundle_outdated_formatter/badges/gpa.svg)](https://codeclimate.com/github/emsk/bundle_outdated_formatter)
[![Inline docs](http://inch-ci.org/github/emsk/bundle_outdated_formatter.svg?branch=main)](http://inch-ci.org/github/emsk/bundle_outdated_formatter)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.txt)
Expand Down
1 change: 0 additions & 1 deletion bundle_outdated_formatter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop'
spec.add_development_dependency 'rubocop-rspec'
end
spec.add_development_dependency 'simplecov'
end
5 changes: 0 additions & 5 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
ENV['THOR_COLUMNS'] = '160'

require 'simplecov'
SimpleCov.start do
add_filter '/spec/'
end

require 'bundler/setup'
require 'bundle_outdated_formatter'

Expand Down

0 comments on commit bfbf83e

Please sign in to comment.