Show TOC

Limiting the Packages Recorded in Code Coverage HistoriesLocate this document in the navigation structure

Procedure

The Coverage Analyzer can record histories of code coverage.

By default, these histories aggregate Coverage Analyzer statistics to the level of development packages for all development packages in the system except for temporary local packages. Temporary local packages are those whose names begin with the "$" character. By default histories also skip locally generated programs that do not have a package assignment.

To limit the workload produced by the RSCVR_BUILD_GLOBAL_VIEW history job, you should limit the history to those packages in which you are developing and testing.

To specify exactly which packages to include in histories, do the following:

  1. In transaction SCOV, the Coverage Analyzer, choose Start of the navigation path Coverage Analyzer Next navigation step Administration Next navigation step Settings. End of the navigation path

  2. In frame Packages Included When History Is First Created choose the Multiple selection icon next to the field Package.

  3. In the Multiple selection window, enter the names of the development packages in which you are developing and testing. Save your changes.

The history job will aggregate Coverage Analyzer statistics only for the packages that you have specified. The Global Display will show aggregated statistics only for these packages.