top | item 46100913

Show HN: Identifiy test coverage gaps in your Go projects

11 points| alien_ | 3 months ago |github.com

2 comments

order

mxey|2 months ago

> Misplacement Detection: A test is misplaced if it primarily calls functions from a different source file

There is no need for a 1:1 relationship between code files and test files in Go.

TriangleEdge|3 months ago

Can you add this to golangci-lint? I like the convenience of a one stop shop.