tests: bump the min. coverage to 60

This commit is contained in:
Baptiste Fontaine 2016-01-16 20:25:57 +01:00
parent f41e0a6e64
commit 42a4f44c0e

View File

@ -3,7 +3,7 @@
SimpleCov.start do SimpleCov.start do
tests_path = File.dirname(__FILE__) tests_path = File.dirname(__FILE__)
minimum_coverage 50 minimum_coverage 60
coverage_dir File.expand_path("#{tests_path}/coverage") coverage_dir File.expand_path("#{tests_path}/coverage")
root File.expand_path("#{tests_path}/../../") root File.expand_path("#{tests_path}/../../")