raganhar/.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 |
|---|---|---|---|
| main-jira-transition | Transition to be used when merging PRs into main | yes | — |
| jira_state_when_revert | Transition to be used when reverting tickets | yes | — |
| release-jira-transition | Transition to be used when merging PRs into release | no | — |
| branch_to_compare_to | Branch name which pushes will be compared to | no | — |
| from | Where to search for jira tickets | no | — |
| jira-url | Sample text to search | yes | — |
| jira-user | Sample text to search | yes | — |
| jira-api-key | Sample text to search | yes | — |
| text | Sample text to search | no | — |
| ignore_tickets_in_following_states | Sample text to search | no | — |
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. |