go-gremlins / gremlins

A mutation testing tool for Go.
https://gremlins.dev
Apache License 2.0
198 stars 18 forks source link

Context Reporting #209

Closed pascaldekloe closed 1 year ago

pascaldekloe commented 1 year ago

The developer is left with a puzzle. Just the tag (LIVED or NOT COVERED) and a code-line number gives no clue on what gremlins(1) found.

k3rn31 commented 1 year ago

You also have the kind of finding. A developer should be able to understand, the finding given the line and the kind. In any case we have a plan to add some context in a verbose reporting, but we have no eta for it.