You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since vgo was introduced, Go projects could create a go.mod file to allow the module be compiled and tested outside GOPATH. But gocover-cobertura finds files from GOPATH while generating the coverage details.
Would gocover-cobertura add support to the go.mod protocol like vgo? When a go.mod is found, the module github.com/foo/bar will be extracted, and the working directory will be used for generating coverage report instead of $GOPATH/src/github.com/foo/bar.