Exclude non-core folders from test coverage

This commit is contained in:
ndr 2015-03-18 17:10:17 +00:00
parent fc0647bec9
commit 0735a8bcd4
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
SimpleCov.start do
add_filter 'bin/'
add_filter 'Casks/'
add_filter 'developer/'
add_filter 'doc/'
add_filter 'spec/'
add_filter 'test/'
end