httpx/.simplecov
2020-09-30 11:45:58 +01:00

10 lines
220 B
Ruby

SimpleCov.start do
command_name "Minitest"
add_filter "/.bundle/"
add_filter "/vendor/"
add_filter "/test/"
add_filter "/lib/httpx/extensions.rb"
add_filter "/lib/httpx/loggable.rb"
minimum_coverage 80
end