actions-marketplace-validations/Clover test coverage check
Verify that your test coverage meets the requirements.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 4, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/johanvanhelden_gha-clover-test-coverage-check@d77b2e82e4642740c4d78c3a79565db6c2baff9c # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| filename | The filename of the clover coverage XML file. | yes | coverage.xml |
| percentage | The minimum percentage of coverage allowed. | yes | 95 |
| rounded-precision | The precision of the rounded coverage value. | no | 2 |
| exit | Whether the coverage check should exit. | no | true |
| metric | The metric to get and process. | no | elements |
Outputs
| name | description |
|---|---|
| coverage | The calculated coverage value. |
| coverage-display | The calculated coverage value for display purposes. |
| coverage-rounded | The rounded coverage value. |
| coverage-rounded-display | The rounded calculated coverage value for display purposes. |
| coverage-acceptable | The true or false value of the check result. |