tests: enforce min. 40% coverage

This commit is contained in:
Baptiste Fontaine 2016-01-20 01:34:20 +01:00
parent 2cf5ceaa20
commit d45467172d

View File

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