.simplecov
author Mahlon E. Smith <mahlon@martini.nu>
Mon, 14 Dec 2015 15:42:13 -0800
changeset 3 5b4ee98d698c
parent 0 3cc90e88c6ab
permissions -rw-r--r--
Pull recent Metastore::PG fixes into Metastore::PgGraph.

# Simplecov config

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