Identifies high-risk .NET source files and ranks them by where to start testing today (cross-references git churn, code coverage, cyclomatic complexity, and dependency entanglement).
Stars
31
Forks
1
Watchers
31
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
3
commits
3
commits
feat: Refactor dependency scoring to coupling scoring and enhance reporting features
07ac2e4View on GitHubfeat: add --detailed option for scan and analyze commands to include per-method coverage and complexity details
b19affeView on GitHubfix: enhance coverage parsing to aggregate line data for multiple classes per file
b1efea2View on GitHubfeat: add HTML export option for scan and analyze commands, enhance report renderer, and update documentation
16cac61View on GitHubfeat: add --fail-on-threshold option to analyze and scan commands for risk score validation
01ce490View on GitHubfeat: add --no-coverage option to scan command for analysis without tests
29f145aView on GitHubfeat: enhance report summary and improve command descriptions
82fcb75View on GitHubfeat: add baseline file validation and enhance report rendering with since date
2db8b97View on GitHubImplement solution auto-discovery and improve error handling in ScanCommand and AnalyzeCommand
897e41dView on GitHub