.simplecov
author Mahlon E. Smith <mahlon@martini.nu>
Mon, 02 Sep 2019 08:47:18 -0700
changeset 15 1332deddb45d
parent 0 aef8f9f4a788
permissions -rw-r--r--
Fix links.

# Simplecov config

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