Skip to content

Commit

Permalink
Filter irrelevant directories in SimpleCov results
Browse files Browse the repository at this point in the history
Change-Id: I0265d877c745c6d79a47f11f5e14da4a6d935eeb
Reviewed-on: http://gerrit.causes.com/48194
Reviewed-by: Shane da Silva <[email protected]>
Tested-by: jenkins <[email protected]>
  • Loading branch information
jawshooah authored and sds committed Mar 24, 2015
1 parent ef2590f commit 16d05b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .simplecov
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
SimpleCov.start do
add_filter 'bin/'
add_filter 'libexec/'
add_filter 'spec/'
add_filter 'template-dir/'
end

0 comments on commit 16d05b7

Please sign in to comment.