actions-marketplace-validations/Clover to ShieldsIO endpoint JSON
Generates a ShieldsIO endpoint compatible JSON file containing the code coverage from a clover.xml
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 3, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/steffendietz_clover-to-shieldsio-json-action@dc9c53bd695b0bb3be0e67f270671c5c0dcfe4b1 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path-to-clover | Relative path from repository root to clover.xml | yes | clover.xml |
| path-to-json | Relative path from repository root where ShieldsIO endpoint JSON is created | yes | shieldsio.json |
| label-text | The left text of the badge; leave empty to omit left side | no | coverage |
| style | The badge style | no | flat |
| bad-threshold | Below this coverage percent, the color will be bad-color | no | 50 |
| average-threshold | Below this coverage percent, the color will be average-color | no | 75 |
| above-average-threshold | Below this coverage percent, the color will be above-average-color | no | 95 |
| bad-color | The color used for bad code coverage | no | red |
| average-color | The color used for average code coverage | no | yellow |
| above-average-color | The color used for above average code coverage | no | green |
| good-color | The color used for good code coverage | no | brightgreen |
Outputs
no outputs