.simplecov
author Mahlon E. Smith <mahlon@martini.nu>
Wed, 28 May 2014 11:39:58 -0700
changeset 7 4321943b8db5
parent 0 aef8f9f4a788
permissions -rw-r--r--
Be safer before TERMing pids, actually use the override options passed from the payload, if any.

# Simplecov config

SimpleCov.start do
	add_filter 'spec'
	add_filter 'integration'
	add_group "Needing tests" do |file|
		file.covered_percent < 90
	end
end