Skip to content

Commit

Permalink
chore: remove simplecov (#592)
Browse files Browse the repository at this point in the history
We don't use code coverage.
  • Loading branch information
andrzej-stencel authored Sep 12, 2023
1 parent bf38512 commit 7ec71d7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 26 deletions.
4 changes: 1 addition & 3 deletions fluent-plugin-kubernetes-sumologic/Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
source 'https://rubygems.org'

group :test do
gem 'codecov'
gem 'simplecov'
gem 'webmock'
end

gemspec
gemspec
15 changes: 1 addition & 14 deletions fluent-plugin-kubernetes-sumologic/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@ GEM
specs:
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
codecov (0.2.12)
json
simplecov
concurrent-ruby (1.1.10)
cool.io (1.7.1)
crack (0.4.5)
rexml
docile (1.4.0)
fluentd (1.16.2)
bundler
cool.io (>= 1.4.5, < 2.0.0)
Expand All @@ -33,7 +29,6 @@ GEM
hashdiff (1.0.1)
http_parser.rb (0.8.0)
httpclient (2.8.3)
json (2.6.3)
msgpack (1.5.1)
power_assert (2.0.3)
public_suffix (5.0.3)
Expand All @@ -42,12 +37,6 @@ GEM
serverengine (2.3.2)
sigdump (~> 0.2.2)
sigdump (0.2.5)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
strptime (0.2.5)
test-unit (3.6.1)
power_assert
Expand All @@ -67,12 +56,10 @@ PLATFORMS

DEPENDENCIES
bundler (~> 2)
codecov
fluent-plugin-kubernetes-sumologic!
rake
simplecov
test-unit (~> 3.6.0)
webmock

BUNDLED WITH
2.4.1
2.4.19
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 2"
spec.add_development_dependency "rake"
spec.add_development_dependency 'test-unit', '~> 3.6.0'
spec.add_development_dependency "codecov", ">= 0.1.10"
spec.add_runtime_dependency "fluentd", "= 1.16.2"
spec.add_runtime_dependency 'httpclient', '~> 2.8.0'
end
8 changes: 0 additions & 8 deletions fluent-plugin-kubernetes-sumologic/test/helper.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
require "simplecov"
SimpleCov.start

if ENV["CI"] == "true"
require "codecov"
SimpleCov.formatter = SimpleCov::Formatter::Codecov
end

$LOAD_PATH.unshift(File.expand_path("../../", __FILE__))
require "test-unit"
require "fluent/test"
Expand Down

0 comments on commit 7ec71d7

Please sign in to comment.