qrush / m

A Test::Unit runner that can run tests by line number.
MIT License
376 stars 59 forks source link

running thru m doesnt generate simplecov coverage #73

Closed steveburkett closed 2 years ago

steveburkett commented 6 years ago

If i run thru minitest: be rake test TEST=test/models/foo.rb it works fine, i get a coverage file generated: Coverage report generated for Unit Tests to /foo. 41841 / 55003 LOC (76.07%) covered.

However, running thru m gem, i get SimpleCov enabled, but not the line that indicates that the coverage report was generated. How do i get this when running thru the m gem?

zamith commented 5 years ago

That's weird. There is nothing m is doing that should affect it, and it works fine for me. Which versions of simplecov, minitest and m are you using? Can you reproduce this in a new project?