Skip to content

Commit

Permalink
Exclude vendor path from simplecov
Browse files Browse the repository at this point in the history
Fixes #274
  • Loading branch information
rnelson0 authored Nov 30, 2016
1 parent 135b998 commit f81a784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moduleroot/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
SimpleCov.start do
track_files 'lib/**/*.rb'
add_filter '/spec'
add_filter '/vendor'
end
end

Expand Down

0 comments on commit f81a784

Please sign in to comment.