Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 24e4d72

Browse files
committed
Make coveralls ignore spec and tmp files.
We really only care about the coverage of our lib files.
1 parent faf4b53 commit 24e4d72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/spec_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
require 'coveralls'
66
Coveralls.wear! do
77
add_filter '/bundle/'
8+
add_filter '/spec/'
9+
add_filter '/tmp/'
810
end
911
end
1012

0 commit comments

Comments
 (0)