<#17260 Support `-coverpkg` for tests in go> New i...
# github-notifications
q
#17260 Support `-coverpkg` for tests in go New issue created by fiffeek Is your feature request related to a problem? Please describe. One of the testing flags supported by go is `coverpkg` which is currently unsupported by Pants. The flag would allow for collecting coverage metrics from packages other than the current package under tests. Describe the solution you'd like The request would be to wire the parameter together and allow for getting coverage from packages other than the package under tests so that
coverpkg
can be properly leveraged. Additional context Relates to the more general go coverage support issue from #13201. One use case was presented in #17236 CC @tdyas for additional context and the initial plan to solve the issue pantsbuild/pants
u