Skip to content

Commit

Permalink
Remove coverage version check
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Sep 5, 2024
1 parent 203fe0a commit 551a386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/rspec_with_simplecov
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ begin
add_filter %r{/bundle/}
add_filter %r{/tmp/}
add_filter %r{/spec/}
minimum_coverage(100) if RUBY_VERSION.to_f >= ENV['ENFORCE_COVERAGE_AFTER'].to_f
minimum_coverage(100)
end
end
rescue LoadError # rubocop:disable Lint/SuppressedException
Expand Down

0 comments on commit 551a386

Please sign in to comment.