jam-cloud/ruby/.simplecov

8 lines
136 B
Plaintext
Raw Normal View History

SimpleCov.start do
add_filter "/test/"
add_filter "/bin/"
add_filter "/scripts/"
add_filter "/tmp/"
add_filter "/vendor/"
end