.simplecov
author Mahlon E. Smith <mahlon@martini.nu>
Wed, 25 Sep 2019 16:06:51 -0700
changeset 18 e18bc5021028
parent 0 3cc90e88c6ab
permissions -rw-r--r--
Support forking handlers using this metastore.

# Simplecov config

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