Skip to content

Quality Metrics

Sourabh Mehta edited this page Nov 4, 2024 · 1 revision

The Quality Metrics for cmsis-toolbox table provides a comprehensive overview of key performance indicators related to the quality and security of the cbuild project. This table is intended to facilitate ongoing monitoring and evaluation of the project’s health by tracking essential metrics on a monthly basis.

Last Reviewed On: Nov-2024

Purpose of the Metrics:

  • Code Coverage (%): Measures the percentage of code that is tested by automated tests. A higher coverage percentage indicates better test coverage and potentially fewer bugs.

  • Blocker Issues Raised and Closed: Tracks the number of critical issues identified (blockers) and resolved each month. This helps to understand the impact of blockers on development progress and project stability.

  • Regression Issues Raised and Closed: Monitors the number of regression issues reported and resolved. Regression issues can indicate failures in previously working features and are critical for maintaining software quality.

  • Security Score: Represents the overall security assessment of the project, helping to gauge the effectiveness of implemented security measures and identify areas for improvement.

  • Severe Open Vulnerabilities: Counts the number of severe vulnerabilities that remain unaddressed. This metric is crucial for maintaining the security posture of the project and ensuring that potential threats are mitigated.


Quality Metrics for cmsis-toolbox:

Metric Month Value Notes/Comments
Code Coverage (%) Nov-2024 NA Not applicable as there is no code involved
Blocker Issues Raised Nov-2024 0 Blockers reported this month.
Blocker Issues Closed Nov-2024 0 Blockers resolved this month.
Regression Issues Raised Nov-2024 0 New regressions reported this month.
Regression Issues Closed Nov-2024 0 Regressions resolved this month.
Security Score Nov-2024 6.3/10 Security assessment rating.
Severe Open Vulnerabilities Nov-2024 0 Total critical vulnerabilities remaining.
Clone this wiki locally