Viewing branch information

You can view information about your branch, such as the rules that it contains and whether branches have been reviewed. You can also view quality metrics, such as guardrail warnings.

  1. In the navigation panel, click App, and then click Branches.
  2. Click a branch and click the Content tab to view the rules that the branch contains. You can also see if a branch has been reviewed and can open a review on the branch.
  3. Click the Branch quality tab to view guardrails, merge conflicts, and information about the Pega unit tests that are configured on the rules in the branch.
    The Unit test coverage section displays the following information about the Pega unit test cases in the branch:
    • Total number of test cases: The number of Pega unit test cases in the branch.
    • Rules supporting unit tests: The number of rules in the branch for which Pega unit tests are supported. Pega unit tests are supported on certain rule types, such as activities and data transforms, but not on other rule types, such as sections. If you have two activities, two decision tables, and three sections in your branch, this value is 4.
    • Test coverage: The percentage of rules in the branch for which Pega unit tests are created, out of the number of supported rules. If you have two activities, two decision tables, and three sections in your branch, there are four rules for which you can create Pega unit tests. However, if you created Pega unit tests for only one activity, test coverage is 25%, because one Pega unit test case out of the four could be created.