Skip to content

Commit

Permalink
SimpleCov: Require 83% coverage
Browse files Browse the repository at this point in the history
  - This allows JRuby to be in the CI matrix, for now
  • Loading branch information
olleolleolle committed Oct 15, 2019
1 parent 44d350c commit cf8a097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -25,7 +25,7 @@

SimpleCov.start do
add_filter '/spec/'
minimum_coverage 84
minimum_coverage 83
minimum_coverage_by_file 26
end

Expand Down

0 comments on commit cf8a097

Please sign in to comment.