PyCharm 2.7.2 Web Help

PyCharm suggests two ways of generating HTML reports on the base of the code coverage measurement results: using the menu command, or using the Coverage tool window.

To generate a code coverage report
  1. Do one of the following:
    • On the main menu, choose Tools | Generate Coverage Report.
    • In the toolbar of the Coverage tool window, click exportToTextFile.
  2. In the Generate Coverage Report dialog box that opens, specify the target directory where the generated report will be stored, and optionally select the check box Open generated HTML in browser.
  3. Click Save. PyCharm will store the generated report to the specified location, and also open it in the default browser, if the corresponding check box has been selected.

See Also

Procedures:

Reference:

Web Resources: