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 committed Nov 30, 2016
1 parent 135b998 commit e16236e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions moduleroot/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
SimpleCov.start do
track_files 'lib/**/*.rb'
add_filter '/spec'
add_filter '/vendor'
add_filter '/.vendor'
end
end

Expand Down

0 comments on commit e16236e

Please sign in to comment.