diff options
| author | a14m <[email protected]> | 2021-02-17 16:01:56 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2021-02-17 16:11:01 +0100 |
| commit | ac45bcc396d50fc6c4d3485a77b17ce58c1f76df (patch) | |
| tree | 5988bd715b22f768e9fb25bff83328be5ebaee19 /CLI/ruby/spec | |
| parent | e43bb45122acef9d3d14bf2f84f8a971b675604f (diff) | |
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
Diffstat (limited to 'CLI/ruby/spec')
| -rw-r--r-- | CLI/ruby/spec/spec_helper.rb | 3 |
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" |
