mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
10 lines
222 B
Ruby
10 lines
222 B
Ruby
SimpleCov.start do
|
|
command_name "Minitest"
|
|
add_filter "/.bundle/"
|
|
add_filter "/test/"
|
|
add_filter "/lib/httpx/extensions.rb"
|
|
add_filter "/lib/httpx/loggable.rb"
|
|
coverage_dir "www/coverage"
|
|
minimum_coverage 85
|
|
end
|