IntelliJ IDEA 2018.3 Help

Running with Coverage

IntelliJ IDEA provides a dedicated action that allows you to perform run with code coverage measurement. The code coverage data are processed according to the option selected in the Coverage page of the Settings/Preferences dialog box.

To run with code coverage measurement

  1. Do one of the following:
    • Open the desired file in the editor, and choose Run <name> with coverage on the context menu. When running tests with coverage, note that you can run the entire test class, or each individual test method, depending on the caret location.

    • Select the desired run/debug configuration, and then on the main menu choose Run | Run <run/debug configuration name> with coverage.

    • On the main toolbar, click icons general runWithCoverage svg. This will launch the selected run/debug configuration.

  2. If the Show options before applying coverage to the editor checkbox has been selected in the Coverage page of the Settings/Preferences dialog box, choose whether you want to replace the active coverage suites, or add the collected data to the active suites, or do not want not apply coverage data. You can also opt to skip this dialog in the future.

    In case any other option has been selected, the respective action will be performed silently.

  3. Explore the collected coverage data in the Coverage Tool Window.

Last modified: 1 February 2019

See Also