Remove historic simplecov exclusions

This commit is contained in:
Markus Schirp 2016-03-06 02:45:02 +00:00
parent 7408e86fd4
commit d3cc914c6b

View file

@ -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