irongut/Code Coverage Summary
A GitHub Action that reads Cobertura format code coverage files and outputs a text or markdown summary.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| filename | A comma separated list of code coverage files to analyse. Also supports using glob patterns to match multiple files. | yes | — |
| badge | Include a Line Rate coverage badge in the output using shields.io - true / false (default). | no | false |
| fail_below_min | Fail if overall Line Rate below lower threshold - true / false (default). | no | false |
| format | Output Format - markdown or text (default). | no | text |
| hide_branch_rate | Hide Branch Rate values in the output - true / false (default). | no | false |
| hide_complexity | Hide Complexity values in the output - true / false (default). | no | false |
| indicators | Include health indicators in the output - true (default) / false. | no | true |
| output | Output Type - console (default), file or both. | no | console |
| thresholds | Threshold percentages for badge and health indicators, lower threshold can also be used to fail the action. | no | 50 75 |
Outputs
no outputs