Exclude zombifier from line coverage calculations
This commit is contained in:
parent
a53a4d2d67
commit
2958faf32d
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ if ENV['COVERAGE'] == 'true'
|
|||
add_filter 'vendor'
|
||||
add_filter 'test_app'
|
||||
add_filter 'lib/mutant/meta/*'
|
||||
add_filter 'lib/mutant/zombifier'
|
||||
add_filter 'lib/mutant/zombifier/*'
|
||||
|
||||
minimum_coverage 89.77 # TODO: raise this to 100, then mutation test
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue