Goc CoverageThis extension provides rich support for the goc tool. OverviewGetting startedWelcome! The goc is a coverage tool for Golang projects. The most interesting part of goc is that it can generate coverage report while the service is running! You can test the service manually or automatically, whatever, you don't have to stop the tested service to get the coverage report anymore. This extension provides a frontend to show the covered lines in real time. Basic requirementsBefore you started, make sure that you have:
Set up your environmentFollow the goc example guide to build and start the tested service. After you finished this step, there should be a goc server running at default port Use Open any Go source files, you should see a Configurationgoc server urlIf you deploy the goc server on another host with a customized port, you can set:
Ask for helpIf you're having issues with this extension, please reach out to us by filing an issue directly. |