8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
|
|
SimpleCov.start do
|
||
|
|
add_filter "/test/"
|
||
|
|
add_filter "/bin/"
|
||
|
|
add_filter "/scripts/"
|
||
|
|
add_filter "/tmp/"
|
||
|
|
add_filter "/vendor/"
|
||
|
|
end
|