Spot Coverage Gaps Using the Gutter

Let the IDE help you spot coverage gaps in your testing.

GoLand offers a builtin feature to allow you to run the tests in your project and display the coverage in a tool window as a summary for a package (folder) and file, and for each file, next to each line in the file.

How to use: Launch the test with Coverage support and then use the Coverage tool window to navigate to your packages/files and see their coverage.


Related Resources

Auto-Run Tests
Auto-Run Tests
Get into testing mode by telling GoLand to automatically re-run tests as you type.
Run actions on save
Run actions on save
Perform various tasks after you save the files you work on
Change the editor font size using the mouse wheel
Change the editor font size using the mouse wheel
Increase or decrease the font size on-the-fly