Skip to content
Snippets Groups Projects
Unverified Commit c49aa0cf authored by azul's avatar azul
Browse files

test: coverage without vendored gems

parent 7e60795e
Branches
Tags
No related merge requests found
Pipeline #
require 'simplecov'
SimpleCov.start do
add_filter "/test/"
add_filter "/vendor/ruby"
end
require 'minitest/autorun'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment