Skip to content

Releases: smarie/python-genbadge

0.7.1 - Bugfix

17 May 09:06
Compare
Choose a tag to compare
  • Fixed bug with writing to stdout. Fixed #8.

See documentation page for details.

0.7.0 - Badges can be written to stdout

12 May 17:11
Compare
Choose a tag to compare
  • Completed CLI help for subcommands. Fixes #5
  • Badges can now be redirected to stdout using genbadge <cmd> -o -. Fixes #4

See documentation page for details.

0.6.0 - Added `coverage` command

12 May 15:34
Compare
Choose a tag to compare
  • New command genbadge coverage able to generate a badge from a coverage.xml coverage report

See documentation page for details.

0.5.0 - First public version

11 May 14:46
Compare
Choose a tag to compare
  • 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.