summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/spec/spec_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'CLI/ruby/spec/spec_helper.rb')
-rw-r--r--CLI/ruby/spec/spec_helper.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/CLI/ruby/spec/spec_helper.rb b/CLI/ruby/spec/spec_helper.rb
index e7feb44..c87ed56 100644
--- a/CLI/ruby/spec/spec_helper.rb
+++ b/CLI/ruby/spec/spec_helper.rb
@@ -6,9 +6,6 @@ SimpleCov.start do
enable_coverage :branch
end
-require "codecov"
-SimpleCov.formatter = SimpleCov::Formatter::Codecov if ENV["CODECOV_TOKEN"]
-
require "bundler/setup"
require "game_of_life"