Skip to content

Commit

Permalink
Bye-bye Yardstick
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Apr 4, 2021
1 parent c9ea0ab commit 9fbbb6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -10,7 +10,6 @@ group :test do
gem 'rspec', '>= 3'
gem 'rubocop', '0.65.0'
gem 'simplecov', '>= 0.9'
gem 'yardstick'
end

case version = ENV['MONGOID_VERSION'] || '7.0'
Expand Down
13 changes: 1 addition & 12 deletions Rakefile
Expand Up @@ -13,15 +13,4 @@ task test: :spec
require 'rubocop/rake_task'
RuboCop::RakeTask.new

require 'yardstick/rake/measurement'
Yardstick::Rake::Measurement.new do |measurement|
measurement.output = 'measurement/report.txt'
end

require 'yardstick/rake/verify'
Yardstick::Rake::Verify.new do |verify|
verify.require_exact_threshold = false
verify.threshold = 53.3
end

task default: %i[spec rubocop verify_measurements]
task default: %i[spec rubocop]

0 comments on commit 9fbbb6d

Please sign in to comment.