kevincobain2000/action-coveritup
All in one code coverage solution, build times and custom metrics, comment on pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 2, 2025
- License
- Apache 2.0
Pinned Snippet
uses: kevincobain2000/action-coveritup@2cacc73e29904fa2ce2fb92ab0dd0e5c7645344a # v2.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pr_comment | If true, then comment on the Pull Request | — | false |
| type | Type of score | — | — |
| types | Types to report on PR comment. If empty then it will report all types | — | — |
| diff_types | Only types to report on PR comment after 1st comment. 1st comment will have all types | — | — |
| metric | Metric of score | — | — |
| command | Command that outputs int score or want to record the run time | — | "" |
| record | score or time. In case of score the results is used as it is | — | score |
| destroy | Destroy all | — | false |
| token | Github token | — | ${{ github.token }} |
| theme | Theme of the comment | — | light |
Outputs
no outputs