.simplecov
author Mahlon E. Smith <mahlon@martini.nu>
Thu, 09 Jul 2020 15:11:45 -0700
changeset 18 d629b9939df4
parent 0 aef8f9f4a788
permissions -rw-r--r--
Added tag v0.3.0 for changeset 5db18679edcf

# Simplecov config

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