Reporting Code Coverage Results

To report code coverage results for unit tests

The code coverage results are logged to a code coverage file, which defaults to the jadeunittest_timestamp.ccd file, where the timestamp value is in the YYYYMMDD_hhmmss format (for example, jadeunittest_20161021_085955.ccd).

The report is output to the directory specified by the CodeCoverageDirectory parameter in the [JadeProfiler] section of the JADE initialization file, which defaults to logs\CodeCoverage (that is, the CodeCoverage subdirectory of logs). For details, see "JADE Initialization File" (that is, the JADE Initialization File Reference).

2016.0.01 and higher