Fix 2.0.0 specific simplecov problem on 2 active trace points
This commit is contained in:
parent
ad05adafc8
commit
53602febd8
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ if ENV['COVERAGE'] == 'true'
|
||||||
add_filter 'lib/mutant/meta/*'
|
add_filter 'lib/mutant/meta/*'
|
||||||
add_filter 'lib/mutant/zombifier'
|
add_filter 'lib/mutant/zombifier'
|
||||||
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
|
minimum_coverage 100
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue