You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although the full tree can be used programmatically, it could be helpful to add a public API interface around this, so users can easily access some of the headlines from the output.
The text was updated successfully, but these errors were encountered:
Affects #39 - need this API added in order to easily get e.g. average complexity, most complex scores from a result
This API could also include a generateBadge() method that creates a badge .svg locally to the analyzed project, as per this suggestion
Actions to take
Design a new results interface that is in turn exposed by codehawk-cli. It could be used via CLI or programmatically. We want: access to summary information about the results (such as average complexity score (+median?), worst complexity score), generateBadge()
Consider providing new CLI options/commands to trigger actions that aren't the main processing (e.g. generate badge), this avoids the consuming project needing to script the same thing
Investigate a OpenMetrics reporter so that users can track complexity over time
Currently, results are returned in 2 forms:
FullyAnalyzedEntity
sAlthough the full tree can be used programmatically, it could be helpful to add a public API interface around this, so users can easily access some of the headlines from the output.
The text was updated successfully, but these errors were encountered: