Skip to content

Commit 8e3679d

Browse files
carogalvinCopilotam-stead
authored
Rename code quality score "Needs Improvement" to "Poor" (#62252)
Co-authored-by: carogalvin <223556219+Copilot@users.noreply.github.com> Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com>
1 parent 1727fc6 commit 8e3679d

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

115 KB
Loading

content/code-security/how-tos/view-and-interpret-data/analyze-organization-data/explore-code-quality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ category:
3030

3131
The score distribution chart provides a visual overview of the code health of your organization. Each bubble represents a collection of repositories with the same maintainability and reliability scores.
3232
* The **position** of each bubble demonstrates the overall health of those repositories. Higher bubbles represent higher maintainability scores, while bubbles further to the right represent higher reliability scores.
33-
* The **color and border pattern** of a bubble indicate the severity of the lower score for those repositories. For example, a bubble with a "Needs improvement" score in either category will always be red with a dashed border.
33+
* The **color and border pattern** of a bubble indicate the severity of the lower score for those repositories. For example, a bubble with a "Poor" score in either category will always be red with a dashed border.
3434
* The **size** of each bubble represents the number of repositories with that particular score combination.
3535

3636
To view the maintainability score, reliability score, and number of repositories represented by a particular bubble, hover over the bubble.

content/code-security/reference/code-quality/metrics-and-ratings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ These ratings are used to summarize the overall reliability and maintainability
4545
| **Excellent** | Codebase demonstrates best practices for reliability and maintainability. | No code quality findings detected |
4646
| **Good** | Codebase has low-severity issues or minor improvements are suggested. | ≥1 "Note" level finding |
4747
| **Fair** | Codebase has moderate-severity issues that may impact quality, but are not critical. | ≥1 "Warning" level finding |
48-
| **Needs Improvement**| Codebase has high-severity issues, including bugs or major maintainability risks. | ≥1 "Error" level finding |
48+
| **Poor** | Codebase has high-severity issues, including bugs or major maintainability risks. | ≥1 "Error" level finding |
4949

5050
## Code coverage
5151

content/code-security/tutorials/improve-code-quality/improve-your-codebase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Use the dashboard **filters** to focus on the highest-severity results first ("E
4949

5050
To improve your repository's maintainability or reliability rating, you must resolve (fix or dismiss) all findings with the highest severity level for that metric.
5151

52-
For example, to improve your repository's "Reliability" metric from **Needs improvement** to **Fair**, you would need to address and resolve all **error-level findings** that impact reliability. If you have one or more error-level findings, your rating cannot be higher than "Needs improvement". See [AUTOTITLE](/code-security/code-quality/reference/metrics-and-ratings).
52+
For example, to improve your repository's "Reliability" metric from **Poor** to **Fair**, you would need to address and resolve all **error-level findings** that impact reliability. If you have one or more error-level findings, your rating cannot be higher than "Poor". See [AUTOTITLE](/code-security/code-quality/reference/metrics-and-ratings).
5353

5454
## 3. Investigate a group of findings and understand context
5555

0 commit comments

Comments
 (0)