arthurpalves/coherent-swift
Measures cohesion in your Swift codebase
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sources | Source folders to scan. | yes | — |
| minimum_threshold | Overall cohesion will be validated against this minimum threshold. | yes | 80 |
| reports_folder | The folder where your reports will be saved to. | yes | ./coherent-swift-reports |
| ignore_output_result | If "true", measure in passive mode. Observe without enforcing changes | yes | false |
| report_format | Format of cohesion report. Available formats: json, plain | yes | json |
| only_changes | If "true", only measure cohesion on changed files. | yes | false |
Outputs
no outputs