Getting accurate code coverage metrics from SimpleCov in a Rails project
We use SimpleCov to track code coverage of our tests in Rails projects. For coverage to be in any way useful as a metric it needs to be accurate. We noticed that files for which we had no tests were not being tracked and not included in the coverage.
Comments
Great tip! Thanks.
Post a comment