Releases: smarie/python-genbadge
Releases · smarie/python-genbadge
0.7.1 - Bugfix
- Fixed bug with writing to stdout. Fixed #8.
See documentation page for details.
0.7.0 - Badges can be written to stdout
- Completed CLI help for subcommands. Fixes #5
- Badges can now be redirected to
stdout
usinggenbadge <cmd> -o -
. Fixes #4
See documentation page for details.
0.6.0 - Added `coverage` command
- New command
genbadge coverage
able to generate a badge from acoverage.xml
coverage report
See documentation page for details.
0.5.0 - First public version
-
Command group
genbadge
with global help -
Command
genbadge tests
able to generate a badge from a junit.xml tests report, with- color depending on success percentage (50%/75%/90%)
- customization of input
junit.xml
file and output SVG badge file, - custom source (
shields.io
by default or local SVG file template for offline usage). - "fail on threshold" option to return an error code 1 when the success percentage is strictly lower than the threshold.
See documentation page for details.