Downgraded verify task to 60% coverage requirement.
This commit is contained in:
parent
c2e7a4a948
commit
41ac517b8b
|
@ -47,7 +47,7 @@ namespace :spec do
|
|||
|
||||
if RCOV_ENABLED
|
||||
RCov::VerifyTask.new(:verify) do |t|
|
||||
t.threshold = 100.0
|
||||
t.threshold = 60.0
|
||||
t.index_html = 'coverage/index.html'
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue