Skip to content

Commit 255a56d

Browse files
committed
rm simplecov
@natannobre love the initiative but it's hard for me to adhere to a standard on a passion project. broken CI because of test quantity kills motivation
1 parent c1f6040 commit 255a56d

4 files changed

Lines changed: 0 additions & 48 deletions

File tree

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ group :test do
6565
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
6666
gem "capybara"
6767
gem "selenium-webdriver"
68-
gem "simplecov", "~> 0.22.0", require: false
6968
end
7069

7170
# active record

Gemfile.lock

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -450,12 +450,6 @@ GEM
450450
rexml (~> 3.2, >= 3.2.5)
451451
rubyzip (>= 1.2.2, < 3.0)
452452
websocket (~> 1.0)
453-
simplecov (0.22.0)
454-
docile (~> 1.1)
455-
simplecov-html (~> 0.11)
456-
simplecov_json_formatter (~> 0.1)
457-
simplecov-html (0.13.1)
458-
simplecov_json_formatter (0.1.4)
459453
smart_properties (1.17.0)
460454
snaky_hash (2.0.3)
461455
hashie (>= 0.1.0, < 6)
@@ -577,7 +571,6 @@ DEPENDENCIES
577571
refer
578572
rubocop-rails-omakase
579573
selenium-webdriver
580-
simplecov (~> 0.22.0)
581574
solid_cable
582575
solid_cache
583576
solid_queue

test/supports/simplecov.rb

Lines changed: 0 additions & 35 deletions
This file was deleted.

test/test_helper.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
ENV["RAILS_ENV"] ||= "test"
22

3-
require_relative "supports/simplecov"
43
require_relative "../config/environment"
54
require "rails/test_help"
65

@@ -9,10 +8,6 @@ class TestCase
98
include Devise::Test::IntegrationHelpers
109

1110
# Run tests in parallel with specified workers
12-
parallelize_setup do |_worker|
13-
SimpleCov.command_name "Job::#{Process.pid}" if const_defined?(:SimpleCov)
14-
end
15-
1611
parallelize(workers: :number_of_processors)
1712

1813
# Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.

0 commit comments

Comments
 (0)