Skip to content

Commit

Permalink
chore: Remove simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Dec 6, 2024
1 parent b0cace2 commit eda40db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rubocop', '~> 1.69.1'
spec.add_development_dependency 'rubocop-performance', '~> 1.23.0'
spec.add_development_dependency 'simplecov'
spec.add_development_dependency 'yard', '~> 0.9'
spec.add_development_dependency 'yard-doctest', '~> 0.1.6'

Expand Down
8 changes: 0 additions & 8 deletions instrumentation/logger/test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@
require 'bundler/setup'
Bundler.require(:default, :development, :test)

require 'simplecov'
SimpleCov.start do
enable_coverage :branch
add_filter '/test/'
end

SimpleCov.minimum_coverage 85

require 'minitest/autorun'
require 'test_helpers/app_config'

Expand Down

0 comments on commit eda40db

Please sign in to comment.