Closed georgethebeatle closed 2 years ago
@georgethebeatle this has been release already, it would be great if you could confirm that it has addressed the issue that you reported successfully 👍🏼
Thanks for the quick reaction @fede-moya. The release behaves as expected and we are already using it!
@georgethebeatle ooh great - Thanks for sharing that 🙌🏼 . Regards!
This PR fixes issue https://github.com/codeclimate/test-reporter/issues/479
The formatter used to assume that the number of statements always equals the number of lines in a block. This is not true when there are blank lines for example. This change colours by line number rather than by statement.