Skip to content

Commit

Permalink
Add coverage dir for clobber rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesluedke committed Oct 25, 2023
1 parent ef04c97 commit e8a6174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require 'yard'

CLEAN << '.yardoc'
CLOBBER << 'doc'
CLOBBER << 'coverage'

RSpec::Core::RakeTask.new(:spec)
YARD::Rake::YardocTask.new { |t| t.stats_options = %w[--list-undoc] }
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
end
if RSpec.configuration.files_to_run.length > 1
# Let's increase this later on
SimpleCov.minimum_coverage line: 97, branch: 65
SimpleCov.minimum_coverage line: 97.5, branch: 65.7
end

RSpec.configure do |config|
Expand Down

0 comments on commit e8a6174

Please sign in to comment.