Acerca de
This skill empowers .NET developers to quantify technical debt and code risk by integrating code coverage data with cyclomatic complexity. By calculating CRAP scores via OpenCover and ReportGenerator, it identifies 'risk hotspots'—complex code paths that lack sufficient testing. It provides automated workflows for setting up coverage collection, generating interactive HTML reports, and enforcing quality thresholds in CI/CD pipelines, ensuring that critical logic is never left untested before modification or deployment.