Skip to content
Snippets Groups Projects
Commit d4546717 authored by Baptiste Fontaine's avatar Baptiste Fontaine
Browse files

tests: enforce min. 40% coverage

parent 2cf5ceaa
No related branches found
No related tags found
No related merge requests found
......@@ -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}/../../")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment