1.1.2 • Published 7 months ago

lcov-badge2 v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

lcov-badge2

A tool for generating SVG badges from LCOV reports, based on lcov-badge

Build codecov npm downloads

Usage

lcov-badge2 can be used as either a command line utility or a library. It produces your basic build badge:

example

Command line usage

To use this library, just pass the path to your lcov file:

lcov-badge2 coverage/lcov.info

This will generate a badge.svg file. If you want an output file with a different name, you can pass the -o option:

lcov-badge2 -o coverage.svg coverage/lcov.info

You can view all arguments by passing the -h option.

Library usage

Here's an example of programmatic usage:

import generateBadge from 'lcov-badge2';

const badge = generateBadge('coverage/lcov.info', 'coverage')
fs.writeFileSync('badge.svg', badge);
1.1.1

7 months ago

1.1.0

7 months ago

1.1.2

7 months ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago