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
Code health refers to the number of issues in your code, categorized into two main types: security and vulnerability.
PRs Merged w/o Review
Pull Request merged without review refers to all those pull requests that are merged without the review being approved.
PR Size
The average number of lines of code added and deleted across all merged pull requests (PRs) within a specified time frame
Avg. commits
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.
Change Failure Rate
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.
Review Time
The "Review" stage represents the average time taken to complete the code review of Pull Requests.
Last updated