alexcvc/.NET code metric analyzer

A Github action that maintains a CODE_METRICS.md file, reporting cyclomatic complexity, maintainability index, etc.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
ownerThe owner of the repo. Assign from github.repository_owner. Example, "dotnet".yes
nameThe repository name. Example, "samples".yes
branchThe branch name. Assign from github.ref. Example, "refs/heads/main".yes
dirThe root directory to work from. Example, "path/to/code".yes
workspaceThe workspace directory.no/github/workspace
namedescription
summary-titleThe title of the code metrics action.
summary-detailsA detailed summary of all the projects that were flagged.
updated-metricsA boolean value, indicating whether or not the CODE_METRICS.md was updated as a result of running this action.