From ac45bcc396d50fc6c4d3485a77b17ce58c1f76df Mon Sep 17 00:00:00 2001 From: a14m Date: Wed, 17 Feb 2021 16:01:56 +0100 Subject: Remove codecov as it's not working on srht SimpleCov is internally using JSON but doesn't include it as a dependency that's why it needs to be added to the dev dependencies Ref: https://github.com/simplecov-ruby/simplecov/issues/917 --- CLI/ruby/spec/spec_helper.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'CLI/ruby/spec') 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" -- cgit v1.2.3