themoin/Diff Calculator Action
Get the size of the diff between the source branch and the target branch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | The source branch. It must be fetched before running this action. | yes | — |
| target | The target branch. It must be fetched before running this action. | yes | — |
| ignore-deletion | Whether to ignore deleted lines | no | false |
| ignore-whitespace | Whether to ignore white space | no | false |
| ignore-comment | Whether to ignore comments | no | false |
| ignore-file-path | The file path of what files to ignore. If not provided, the .gitdiffignore file in the root of the repository will be used. | no | — |
| verbose | Whether to print diff details | no | false |
Outputs
| name | description |
|---|---|
| size | The size of the diff between the source branch and the target branch |