-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit test coverage displays 0% #73
Comments
Can you post the logs? Or any related information. |
Yeah, you can see log that the tool can not find your package db on your $GOPATH. |
@wgliang What's the correct command to run goreporter? Also, GOPATH is set correctly. Still goreporter is looking in wrong folders |
you can just run your command like goreporter will search your packages on your $GOPATH, and it also support vendor. Obviously the path |
I think you can just move your repo into |
I have set the GOPATH to |
goreporter displays test coverage as 0%. However, I have few unit tests and running with
go test -cover
gives me proper coverage %.Kindly help here.
The text was updated successfully, but these errors were encountered: