Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 507 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 507 Bytes

lcov-badger

This script generates a SVG badge from lcov coverage data (.info text file), which is created by lcov, geninfo and other tools.

Example output: Sample SVG

Usage

Just drop the lcov-badger.py file where you need it, pass the path to .info file and the path for output:

python lcov-badger.py /awesome/project/cover.gcda.info /docs/coverage.svg

Credits

The SVG template is created from flat style SVG taken from shields.io.