.simplecov
author Mahlon E. Smith <mahlon@martini.nu>
Wed, 25 Sep 2019 16:07:09 -0700
changeset 19 d9922543b6f3
parent 0 3cc90e88c6ab
permissions -rw-r--r--
Added tag v0.4.0 for changeset e18bc5021028

# Simplecov config

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