.simplecov
author Mahlon E. Smith <mahlon@martini.nu>
Thu, 29 Nov 2018 10:20:18 -0800
changeset 15 38ea95105574
parent 0 3cc90e88c6ab
permissions -rw-r--r--
Stop using Gem.datadir.

# Simplecov config

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