.simplecov
author Mahlon E. Smith <mahlon@martini.nu>
Tue, 07 Apr 2020 16:42:31 -0700
changeset 16 420037982f78
parent 0 aef8f9f4a788
permissions -rw-r--r--
Dependency updates.

# Simplecov config

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