| badge-type | The type of badge to generate, you can choose between simple, boolean, semaphore and cobertura | no | simple |
| badge-theme | The theme of the badge, you can choose between flat, plastic | no | plastic |
| title | The title of the badge | yes | — |
| title-fill-color | The fill color of the title | no | — |
| title-font-color | The font color of the title | no | — |
| value | The value of the badge | no | — |
| value-fill-color | The fill color of the coverage value, if left empty it will be automatically calculated | no | — |
| value-font-color | The font color of the coverage value, if left empty it will be automatically calculated | no | — |
| badge-path | Where to save the generated badge | no | ./badges/cobertura.svg |
| badge-icon | The icon to use in the badge, the available icons are: none, github, discord | no | — |
| cobertura-path | The path to the Cobertura XML file | no | — |
| cobertura-color-yellow-threshold | The threshold for the yellow color in cobertura percentage | no | 40 |
| cobertura-color-green-threshold | The threshold for the green color in cobertura percentage | no | 80 |
| semaphore-red-value | The value for displaying red in semaphore | no | — |
| semaphore-red-color | The color for displaying red in semaphore, if none is provided it will be automatically calculated | no | — |
| semaphore-yellow-value | The value for displaying yellow in semaphore | no | — |
| semaphore-yellow-color | The color for displaying yellow in semaphore, if none is provided it will be automatically calculated | no | — |
| semaphore-green-value | The value for displaying green in semaphore | no | — |
| semaphore-green-color | The color for displaying green in semaphore, if none is provided it will be automatically calculated | no | — |
| boolean-true-color | The color for displaying red in boolean, if none is provided it will be automatically calculated | no | — |
| boolean-false-color | The color for displaying green in boolean, if none is provided it will be automatically calculated | no | — |