We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running xgo tool coverage serve cover.out, Mac OS fails with:
xgo tool coverage serve cover.out
signal: killed
This is due to xgo depends an external downloaded tool, which is prohibited by the Mac OS security policy.
This external binary comes from: https://github.com/xhd2015/coverage-visualizer/releases
The text was updated successfully, but these errors were encountered:
Currently if user faces this issue, can try rm ~/.xgo/tool/xgo-tool-coverage-serve and rerun again
rm ~/.xgo/tool/xgo-tool-coverage-serve
Sorry, something went wrong.
No branches or pull requests
When running
xgo tool coverage serve cover.out
, Mac OS fails with:This is due to xgo depends an external downloaded tool, which is prohibited by the Mac OS security policy.
This external binary comes from: https://github.com/xhd2015/coverage-visualizer/releases
The text was updated successfully, but these errors were encountered: