erichiller/.NET code metric analyzer
A Github action that maintains a CODE_METRICS.md file, reporting cyclomatic complexity, maintainability index, etc.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | The owner of the repo. Assign from github.repository_owner. Example, "dotnet". | yes | — |
| name | The repository name. Example, "samples". | yes | — |
| branch | The branch name. Assign from github.ref. Example, "refs/heads/main". | yes | — |
| dir | The root directory to work from. Example, "path/to/code". | yes | — |
| workspace | The workspace directory. | no | /github/workspace |
Outputs
| name | description |
|---|---|
| summary-title | The title of the code metrics action. |
| summary-details | A detailed summary of all the projects that were flagged. |
| updated-metrics | A boolean value, indicating whether or not the CODE_METRICS.md was updated as a result of running this action. |