Skip to content

Commit

Permalink
Set maximum coverage drop to 0.01
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyMcWho committed Nov 18, 2019
1 parent 373e505 commit 67100c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/helper.rb
Expand Up @@ -10,6 +10,7 @@
SimpleCov.start do
add_filter ['/spec/', '/vendor/', 'strategy_macros.rb']
minimum_coverage(92.5)
maximum_coverage_drop(0.01)
end
end

Expand Down

0 comments on commit 67100c3

Please sign in to comment.