symphony-metronome/.simplecov
mahlon@martini.nu b18647f6a5 Commit the pile of initial work. Largely taken from company internal
repos, allowed to be newly released.  Portions already in production,
coverage still needs to be boosted.  Enjoy.

FossilOrigin-Name: 0f17fa483f55467bdf9e8f99dace58e6a90f5a8a7e595bdd79dfda5c92d16b7f
2014-04-22 00:21:43 +00:00

9 lines
158 B
Ruby

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