richter-consulting/WD lcov reporter
Reports the coverage from lcov file to as MR comment or run output
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| lcov-file | Path to the lcov file to parse | yes | — |
| excluded-files | List of files to exclude from coverage, "," (comma) separated | no | — |
| step-summary | Add the coverage table to the step summary | no | true |
| pr-comment | Add the coverage table as PR comment | no | false |
| github-token | GitHub token to use for PR comment | no | — |
| tempplate-string | Template string for the PR comment / step summary | no | — |
| template-file | Path to the template file for the PR comment / step summary | no | — |
Outputs
| name | description |
|---|---|
| markdown-table | Coverage as markdown table |
| coverage | Overall coverage percentage |