Skip to content

Commit

Permalink
Merge pull request #1971 from corsonknowles/require_full_line_coverage
Browse files Browse the repository at this point in the history
Update .simplecov, require 100% line coverage
  • Loading branch information
bquorning authored Oct 26, 2024
2 parents a7d140d + 94a509d commit f5d9784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .simplecov
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SimpleCov.start do
enable_coverage :branch
minimum_coverage line: 99.60, branch: 94.77
minimum_coverage line: 100, branch: 96.79
add_filter '/spec/'
add_filter '/vendor/bundle/'
end

0 comments on commit f5d9784

Please sign in to comment.