actions-marketplace-validations/Record LCOV
Record the code coverage from LCOV files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 18, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/dethereum_github-actions-report-lcov@a376e9634b261128bcb76f0b1ae0a8481cbbc0ee # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
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 |
| 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: `./` | — | — |
Outputs
no outputs