I have a probelm with the installation of gocov so that I can use this command in the pipeline(sh 'go test -coverprofile=coverage.out')
I tried to install gocov on the server with this command(go install github.com/axw/gocov/gocov@latest) it worked but when I pass (gocov version) the output is not found.What to do to make the instaaltion work please?