...
Click on a build from the Build Administration page (see Build Administration - Statistics) to access the report. The Build Audit Report has the following sections
In this section:
Table of Contents | ||
---|---|---|
|
Summary
The Summary table provides an overview of the test and analysis data associated with the build. Any descriptive tags added on the build administration page are shown in parentheses next to the build ID in the header. You can also archive and lock the build by clicking the icons. See Locking and Archiving Builds for additional information.
Tests
The Tests table shows the number of tests passed, failed, and incomplete organized by test type, such as functional or unit tests, associated with the build. The number of passing tests are also represented as a percentage. Test data is automatically merged so that overlapping tests do not affect the totals reported.
Coverage
The Coverage table shows the code coverage associated with the build organized by coverage image (see DTP Concepts to learn about coverage images, builds, and other concepts).
...
See Associating Coverage Images with Filters for additional information.
Support for Application Coverage
If you are collecting Application Coverage, there may be times when only the runtime coverage data is sent to DTP (without corresponding static coverage data). In these instances, the Build Audit report will attempt to show as much information as possible. There are two use cases:
...
Static Analysis
The Static Analysis table shows the number of violations and suppressed violations reported in the build.
Runs
The specific run information associated with the build is displayed in an interactive Runs table.
...
- Click on a link in the Reports column to download the report associated with a specific run. You can download the report in XML or PDF format, as well as view an HTML version in your browser.
- Click the Download Archive menu and choose an archive type to download all the data associated with the build. See Downloading Reports.
Understanding Setup Problems
The Setup Problems column lets you know if the report contains irregularities related to the analysis and test execution tool configuration. Setup problems are organized by severity into the following categories:
...
See the documentation for your code analysis and test execution tool for additional information.
Downloading Reports
Builds must be locked and archived before you can download a report associated with the build. See Using Build Administration#dtp-locking-archiving-builds for more information. You can download a complete Build Audit Report archive, which includes reports for all run IDs, or download individual reports for each run ID. You can download reports in XML, HTML, or PDF format.
Downloading Complete Archives
- Choose a format from the Download Archive menu.
- Specify your report preferences when prompted and click Generate. The data will be collected into a report and automatically downloaded when ready.
Downloading Individual Reports
- Click on a report format in the Reports column.
- Specify your report preferences when prompted and click Generate. The data will be collected into a report and automatically downloaded when ready.
Report Preferences
The information presented in the report is dependent on the type of run (static analysis, test execution, and so on) and the report settings configured for code analysis and test execution tool. As a result, some preferences may not be applicable to the report data. See the documentation for your tool for details.
...