Coverage Tool Window
Available only in PyCharm Professional: download to try or compare editions
View | Tool Windows | Coverage
This tool window appears on running with coverage, and displays coverage measurement results.
Item | Description |
---|---|
Click this button to go up one level. | |
When this button is pressed, all the packages are displayed as a single-level view. | |
When this button is pressed, source code of the class selected in the tool window, automatically opens in a separate editor tab, and gains the focus. | |
When this button is pressed, when source code of certain class gets the focus in the editor, the corresponding node is automatically highlighted in the tool window. | |
Click this button to generate a code coverage report and save it to the specified directory. For more information, refer to Generating code coverage report. Every time Karma tests are run, a coverage report is actually generated on the disk. The format of a coverage report can be configured in the configuration file, for example:
The following
|
Item | Shortcut | Description |
---|---|---|
Jump to Source | Choose this command to open the selected file in the editor. |
You can right-click the window title bar and use the context menu to configure its viewing mode, associate the window with a different tool window bar, or resize and hide the window.
You can also use the toolbar buttons:
Item | Shortcut | Description |
---|---|---|
Hide the tool window . To hide all the tool windows, press . |