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 1552dca
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 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 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 1552dca

Please sign in to comment.