tests: enforce min. 40% coverage
This commit is contained in:
parent
2cf5ceaa20
commit
d45467172d
@ -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}/../../")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user