kcjpop/Code coverage comments
Comment code coverage from `lcov.info` or `clover.xml` file in commits or PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github token | yes | ${{ github.token }} |
| coverage-file | Path to `lcov.info` or `clover.xml` file. It has to include the filename so we can determine how to parse the coverage result. | yes | ./coverage/clover.xml |
| working-directory | Set working directory if project is not in root folder | no | ./ |
| delete-old-comments | Set to `true` to delete old coverage comments. | no | true |
Outputs
no outputs