httpx/.simplecov
HoneyryderChuck 4c5b59d2c3 integrating the integration tests in CI, disable parallel mode for them
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.
2021-01-01 16:56:36 +00:00

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