Skip to content

Commit

Permalink
Remove unused groups from simplecov's profile
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianrbz committed Feb 28, 2015
1 parent cd7b3f5 commit e4b1382
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/simplecov_custom_profile.rb
Expand Up @@ -3,11 +3,8 @@
SimpleCov.profiles.define 'gem' do
add_filter '/test/'
add_filter '/features/'
add_filter '/spec/'
add_filter '/autotest/'

add_group 'Binaries', '/bin/'
add_group 'Libraries', '/lib/'
add_group 'Extensions', '/ext/'
add_group 'Vendor Libraries', '/vendor/'
end

0 comments on commit e4b1382

Please sign in to comment.