zgosalvez/Report LCOV
Report the code coverage from LCOV files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| coverage-files | The coverage files to scan. For example, `coverage/lcov.*.info` | yes | — |
| artifact-name | The GitHub artifact name of the generated HTML report. For example, `code-coverage-report`. _Note:_ When downloading, it will be extracted in an `html` directory. Optional. Default: `` (Skips uploading of artifacts) | — | — |
| minimum-coverage | The minimum coverage to pass the check. Optional. Default: `0` (always passes) | — | 0 |
| genhtml-ignore-errors | errors genhtml should ignore. See https://man.archlinux.org/man/genhtml.1.en for more information | — | — |
| github-token | Set the GitHub token to have the action comment the coverage summary in the pull request. This token is provided by Actions, you do not need to create your own token. Optional. Default: `` | — | — |
| working-directory | The working directory containing the source files referenced in the LCOV files. Optional. Default: `./` | — | — |
| title-prefix | A prefix before the title "LCOV of commit...". Optional. Default: `` | no | — |
| additional-message | Custom text appended to the code coverage comment in the pull request. Optional. Default: `` | no | — |
| update-comment | Set to `true` to update the previous code coverage comment if such exists. When set to `false`, a new comment is always created. Optional. Default: `false` | no | false |
Outputs
| name | description |
|---|---|
| total-coverage | The total coverage from scanned files. |
| artifact-id | The GitHub artifact id for the generated HTML report. |