mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
as one can't guarantee that the third-party modules we integrate with are safe to run concurrently, we're left best running them sequentially. For our first integration, webmock, this holds true.
9 lines
198 B
Ruby
9 lines
198 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"
|
|
end
|