codeclimate / test-reporter

Code Climate Test Reporter
MIT License
154 stars 76 forks source link

Fix gocov formatting issue #479 #480

Closed georgethebeatle closed 2 years ago

georgethebeatle commented 2 years ago

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.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

fede-moya commented 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 👍🏼

georgethebeatle commented 2 years ago

Thanks for the quick reaction @fede-moya. The release behaves as expected and we are already using it!

fede-moya commented 2 years ago

@georgethebeatle ooh great - Thanks for sharing that 🙌🏼 . Regards!