Skip to content

Commit

Permalink
Correct coverage requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mblumtritt committed Oct 26, 2023
1 parent 66da8bf commit ba475be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@

if RSpec.configuration.files_to_run.length > 1
# Let's increase this later on
SimpleCov.minimum_coverage line: 97.4, branch: 62.8
SimpleCov.minimum_coverage line: 97.17, branch: 62.8
end

0 comments on commit ba475be

Please sign in to comment.