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
If you're running the test-reporter in a Linux host using a VPN and you're experiencing errors like:
test-reporter
Error: Post https://somehost.com/v1/test_reports: dial tcp: lookup http://somehost.com on 192.168.1.1:54: no such host
We recommend that you the use the binary that uses the Net CGO library. You can download those binaries:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you're running the
test-reporter
in a Linux host using a VPN and you're experiencing errors like:We recommend that you the use the binary that uses the Net CGO library. You can download those binaries:
https://codeclimate.com/downloads/test-reporter/test-reporter-latest-netcgo-linux-amd64
https://codeclimate.com/downloads/test-reporter/test-reporter-VERSION-netcgo-linux-amd64
You can find our releases over here. For example release 0.6.3, the download link would be: https://codeclimate.com/downloads/test-reporter/test-reporter-0.6.3-netcgo-linux-amd64
The text was updated successfully, but these errors were encountered: