I just saw this problem in rails log trackers:
https://github.com/rails/rails/issues/2667
And I would like to know which parts of the code are not covered. I could not find the coverage tool in Rakefiles, and finding it is a little disappointing, as it returns much more results about the test coverage in your rails application than in the test coverage of the framework itself.
Has anyone created a code coverage tool? Is there any documentation on how to do this?
source share