Save code coverage data to an XML file

The IDE lets you save your code coverage information to import this data into the Code Coverage tool at a later time. The IDE generates an XML report with supporting files that can be viewed with most web browsers.

To save code coverage data for a project:
  1. Create and build a project with code coverage enabled. For information about enabling code coverage, see Enable code coverage for a project.
  2. Create a launch configuration where code coverage is enabled.
  3. Run this configuration.
  4. Right-click on a code coverage session, and select Save Report.
  5. Specify the name of the file you want to save and click Save.