spec/support/simplecov.rb (
5
lines of code) (
raw
):
# frozen_string_literal: true require 'simplecov' SimpleCov.start do add_filter '/spec/' add_filter '/vendor/' end