Quality reports

Package Quality Reports Overview and details

Overview

The Quality Reports view in the package details provides a collection of key reports, each of which navigates to a dedicated page providing detailed insights and information.

Please note quality reports are only available for Build and Deploy or Build jobs.

Report types

Quality Reports may include the following:

Unit Test Results Report

Description

The Unit Test Report offers clear and comprehensive insights into the results of your unit testing. It serves as a valuable resource for evaluating the performance and correctness of your code through the testing process.

How to access

To generate this report, you need to set up Unit Testing for your application, both in Servoy IDE and the Cloud Control Center. For the latter, configure Quality Control properties in the Job Configuration settings.

Code Coverage Results Report

Description

This report focuses on code coverage, providing information about how much of your code has been tested. It aids in understanding the effectiveness of your testing efforts and helps identify areas that might require additional testing.

How to access

You can generate this report by enabling the Code Coverage property in the Job Configuration settings.

End-to-End Test Results Report

Description

The End-to-End Test Results Report offers insights into the results of end-to-end testing. This form of testing assesses the functionality and reliability of your application as a whole, making it a crucial part of ensuring your software operates as intended.

How to access

To generate this report, set up E2E Testing properties in the Job Configuration settings.

Code Analysis Results Report

Description

The Code Analysis Report offers analysis of your code. This analysis highlights potential issues, checks for coding standards compliance, and considers other critical factors related to code quality and readability.

How to access

To generate the Code Analysis Results Report, you must enable the Code Analysis property in the Job Configuration settings.

How to access

You can navigate to the package quality reports by navigating to Package Details and choosing the Quality Reports tab. You can also navigate by clicking on available quality reports displayed in the Current Package section of the Pipelines.

Last updated