the code source default is $GOROOT. whether the code source path can be specified by the user when using gocov convert?
@RunningSnail999 what's the use case? Are you running the tests on one machine, and converting the output on another machine?
@RunningSnail999 what's the use case? Are you running the tests on one machine, and converting the output on another machine?
yes,converting the output on another machine and then I get error: error: can't find "xxx.go": cannot find package "xx/xxxx/xx/app/rest" in any of: /root/.go/src/xx/xxxx/xx/app/rest (from $GOROOT) /root/go/src/xx/xxxx/xx/app/rest (from $GOPATH)
@caifutong understood. There's no way to do this at the moment. If you would like to contribute an enhancement, I will review it when I have some spare time.