.simplecov
author Mahlon E. Smith <mahlon@martini.nu>
Wed, 15 Jul 2020 15:41:32 -0700
changeset 20 a64e6e4f8446
parent 0 aef8f9f4a788
permissions -rw-r--r--
Added tag v0.4.0 for changeset f31d60b04f8a

# Simplecov config

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