Show HN: Identifiy test coverage gaps in your Go projects (github.com) 11 points by alien_ 9mo ago ↗ HN
[–] TriangleEdge 9mo ago ↗ Can you add this to golangci-lint? I like the convenience of a one stop shop.
[–] mxey 9mo ago ↗ > Misplacement Detection: A test is misplaced if it primarily calls functions from a different source fileThere is no need for a 1:1 relationship between code files and test files in Go.
2 comments
[ 3.3 ms ] story [ 15.5 ms ] threadThere is no need for a 1:1 relationship between code files and test files in Go.