Skip to content

Commit

Permalink
Make coveralls ignore spec and tmp files.
Browse files Browse the repository at this point in the history
We really only care about the coverage of our lib files.
  • Loading branch information
myronmarston committed Jun 8, 2013
1 parent faf4b53 commit 24e4d72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -5,6 +5,8 @@
require 'coveralls'
Coveralls.wear! do
add_filter '/bundle/'
add_filter '/spec/'
add_filter '/tmp/'
end
end

Expand Down

0 comments on commit 24e4d72

Please sign in to comment.