Validate test coverage
Validate test coverage of rules for an application to verify that they meet a specific threshold. Use this task with Enable test coverage, which enables the test coverage session.
When you execute this task, the test coverage session stops at the application level and generates test coverage metrics. Deployment Manager returns an error if the test coverage percentage does not meet the percentage you define in the input parameter, or if a test coverage session is inactive for this application.
This task is available in deployment and business change pipelines.
Parameters
Input parameters
Parameter | Type | Description | Required |
Application test coverage % |
| Validates the minimum threshold of application test coverage for acceptance. | Yes |
Data type test coverage % |
| Validates the minimum threshold of test coverage for each data type for acceptance. If coverage stats for a single data type do not meet the minimum threshold, the task fails. | No |
Case type test coverage % |
| Validates the minimum threshold of test coverage for each case type for acceptance. If coverage stats for a single case type do not meet the minimum threshold, the task fails. | No |
Output parameters
No output parameters are available for this task.Previous topic Run Jenkins task Next topic Enable test coverage