Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: Identifiy test coverage gaps in your Go projects
(
github.com
)
11 points
by
alien_
200 days ago
2 comments
mxey
196 days 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.
link
TriangleEdge
200 days ago
Can you add this to golangci-lint? I like the convenience of a one stop shop.
link
There is no need for a 1:1 relationship between code files and test files in Go.