Skip to content

Commit

Permalink
do not include vendored gems in test coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoster committed Apr 28, 2023
1 parent ff40da1 commit f84f2c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spec/shared/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

SimpleCov.configure do
add_filter '/spec/'
add_filter '/vendor/'
end

SimpleCov.start do
Expand Down

0 comments on commit f84f2c7

Please sign in to comment.