Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
enforce 100% coverage now that we have it!
Browse files Browse the repository at this point in the history
  • Loading branch information
nevinera committed May 12, 2024
1 parent c42fc5b commit 98c6f4a
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 @@ -2,7 +2,7 @@
require 'rspec/support/spec/in_sub_process'

RSpec::Support::Spec.setup_simplecov do
minimum_coverage 92
minimum_coverage 100
end

Dir['./spec/support/**/*.rb'].each do |f|
Expand Down

0 comments on commit 98c6f4a

Please sign in to comment.