How do I see code coverage in IntelliJ?

How do I see code coverage in IntelliJ?

In the Coverage tool window, select Coverage. Select Run | Show Code Coverage Data from the main menu, or press Ctrl+Alt+F6 to reopen the Coverage tool window. The percentage of code that has been executed or covered by tests is shown in the report. The coverage result for classes, methods, and lines may be shown.