phorus-group/Code Quality Action
An action used to measure a project's code quality
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-file | Optionally provide a path to your codeclimate.yml relative to your project | no | .codeclimate.yml |
| html-report | Should a faster, second, execution occur in order to generate an HTML report | no | true |
| info-threshold | The number of findings of this severity allowed before the job returns a failure | no | 10 |
| minor-threshold | The number of findings of this severity allowed before the job returns a failure | no | 5 |
| major-threshold | The number of findings of this severity allowed before the job returns a failure | no | 1 |
| critical-threshold | The number of findings of this severity allowed before the job returns a failure | no | 0 |
| blocker-threshold | The number of findings of this severity allowed before the job returns a failure | no | 0 |
Outputs
| name | description |
|---|---|
| info-findings | The number of findings of severity INFO |
| minor-findings | The number of findings of severity MINOR |
| major-findings | The number of findings of severity MAJOR |
| critical-findings | The number of findings of severity CRITICAL |
| blocker-findings | The number of findings of severity BLOCKER |