Closed chmouel closed 6 years ago
This needs github.com/haya14busa/goverage since the default go tool cover doesn't support multiple go package.
Just rm -f tools.timestamp and run make coverage to get the tool downloaded and the coverage run. The HTML file generated path is echoed at the end.
rm -f tools.timestamp
make coverage
Can one of the admins verify this patch?
This needs github.com/haya14busa/goverage since the default go tool cover doesn't support multiple go package.
Just
rm -f tools.timestamp
and runmake coverage
to get the tool downloaded and the coverage run. The HTML file generated path is echoed at the end.