v.0.9.0
This release has some important enhancements:
- RSpec Tracer now runs the
SimpleCov.at_exit
hook. - It does not generate any reports except for the coverage when RSpec filters out all the examples.
- It warns to stop using the gem in case of incorrect analysis:
================================================================================ IMPORTANT NOTICE -- DO NOT USE RSPEC TRACER ================================================================================ It would be best to make changes so that the RSpec tracer can uniquely identify all the examples, and then you can enable the RSpec tracer back. ================================================================================ RSpec tracer could not uniquely identify the following 10 examples: - Example ID: eabd51a899db4f64d5839afe96004f03 (5 examples) * Calculator#add (spec/calculator_spec.rb:13) * Calculator#add (spec/calculator_spec.rb:13) * Calculator#add (spec/calculator_spec.rb:13) * Calculator#add (spec/calculator_spec.rb:13) * Calculator#add (spec/calculator_spec.rb:13) - Example ID: 72171b502c5a42b9aa133f165cf09ec2 (5 examples) * Calculator#sub performs subtraction (spec/calculator_spec.rb:24) * Calculator#sub performs subtraction (spec/calculator_spec.rb:24) * Calculator#sub performs subtraction (spec/calculator_spec.rb:24) * Calculator#sub performs subtraction (spec/calculator_spec.rb:24) * Calculator#sub performs subtraction (spec/calculator_spec.rb:24)