Remove historic simplecov exclusions
This commit is contained in:
parent
7408e86fd4
commit
d3cc914c6b
1 changed files with 0 additions and 4 deletions
|
@ -9,10 +9,6 @@ if ENV['COVERAGE'] == 'true'
|
|||
add_filter 'vendor'
|
||||
add_filter 'test_app'
|
||||
add_filter 'lib/mutant.rb' # simplecov bug not seeing default block is executed
|
||||
add_filter 'lib/mutant/zombifier'
|
||||
add_filter 'lib/mutant/zombifier/*'
|
||||
# Trace points shadow each other under 2.0 (fixed in 2.1)
|
||||
add_filter 'lib/mutant/line_trace.rb' if RUBY_VERSION.eql?('2.0.0')
|
||||
|
||||
minimum_coverage 100
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue