/lcov-badge

Generate a badge from an Lcov report

Primary LanguageJavaScriptMIT LicenseMIT

lcov-badge

usage: lcov-badge [-h] [-v] [-o OUTPUT] [-l LABEL] input

Positional arguments:
  input                 Path to Lcov file to parse

Optional arguments:
  -h, --help            Show this help message and exit.
  -v, --version         Show program's version number and exit.
  -o OUTPUT, --output OUTPUT
                        Output file path (.svg or .png) (default: ./badge.svg)
  -l LABEL, --label LABEL
                        Badge label (default: coverage)