cjlapao/Simple Badge Generator

Serverless generation of simple badges

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
badge-typeThe type of badge to generate, you can choose between simple, boolean, semaphore and coberturanosimple
badge-themeThe theme of the badge, you can choose between flat, plasticnoplastic
titleThe title of the badgeyes
title-fill-colorThe fill color of the titleno
title-font-colorThe font color of the titleno
valueThe value of the badgeno
value-fill-colorThe fill color of the coverage value, if left empty it will be automatically calculatedno
value-font-colorThe font color of the coverage value, if left empty it will be automatically calculatedno
badge-pathWhere to save the generated badgeno./badges/cobertura.svg
badge-iconThe icon to use in the badge, the available icons are: none, github, discordno
cobertura-pathThe path to the Cobertura XML fileno
cobertura-color-yellow-thresholdThe threshold for the yellow color in cobertura percentageno40
cobertura-color-green-thresholdThe threshold for the green color in cobertura percentageno80
semaphore-red-valueThe value for displaying red in semaphoreno
semaphore-red-colorThe color for displaying red in semaphore, if none is provided it will be automatically calculatedno
semaphore-yellow-valueThe value for displaying yellow in semaphoreno
semaphore-yellow-colorThe color for displaying yellow in semaphore, if none is provided it will be automatically calculatedno
semaphore-green-valueThe value for displaying green in semaphoreno
semaphore-green-colorThe color for displaying green in semaphore, if none is provided it will be automatically calculatedno
boolean-true-colorThe color for displaying red in boolean, if none is provided it will be automatically calculatedno
boolean-false-colorThe color for displaying green in boolean, if none is provided it will be automatically calculatedno
namedescription
badge-pathThe path to the generated badge