Quality

Reflects the adherence to high standards, reliability, and effectiveness of the code and deliverables produced by developers.

The following metrics are part of Quality -

Code health refers to the number of issues in your code, categorized into two main types: security and vulnerability.

Pull Request merged without review refers to all those pull requests that are merged without the review being approved.

The average number of lines of code added and deleted across all merged pull requests (PRs) within a specified time frame

This represents the average number of commits made to each Pull Request after it is raised for review. It is an indicative measure of the quality of code & code reviews.

CFR(Change Failure Rate) refers to the proportion or percentage of deployments that result in failure or errors, indicating the rate at which changes negatively impact the stability or functionality of the system.

The "Review" stage represents the average time taken to complete the code review of Pull Requests.

Last updated