mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
11 lines
281 B
Ruby
11 lines
281 B
Ruby
SimpleCov.start do
|
|
command_name "Minitest"
|
|
add_filter "/.bundle/"
|
|
add_filter "/vendor/"
|
|
add_filter "/test/"
|
|
add_filter "/integration_tests/"
|
|
add_filter "/regression_tests/"
|
|
add_filter "/lib/httpx/plugins/internal_telemetry.rb"
|
|
add_filter "/lib/httpx/base64.rb"
|
|
end
|