Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lcov-badge2

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lcov-badge2

Generate a badge from a LCOV report

  • 1.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5.1K
increased by13.47%
Maintainers
1
Weekly downloads
 
Created
Source

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);

Keywords

FAQs

Package last updated on 15 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc