actions-marketplace-validations/Code Coverage Summary Report
Creates a coverage summary based on lcov report
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 25, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/stercoris_lcov-reporter-action-job-summary@6c2f7565209522a03b58f2843b5fe7a8cedc6c21 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github token | yes | ${{ github.token }} |
| lcov-file | The location of the lcov.info file | no | — |
| lcov-base | The location of the lcov file for the base branch | no | — |
| filter-changed-files | Set to true to only comment with coverage on files changed in this commit | no | false |
| delete-old-comments | Set to true to delete old Coverage Report comments | no | false |
| working-directory | Set working directory if project is not in root folder | no | ./ |
| title | Title to add to the comment | no | — |
Outputs
no outputs