Skip to content

Program to create coverage badge with percentage when generating coverage info from unit tests

Notifications You must be signed in to change notification settings

FabianVarela/coverage_badge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coverage badge generator

Description

Program to create coverage badge with percentage when generating coverage info from unit tests. The badge is generated on an SVG file.

Getting started

  • Clone project
  • Install package with NPM
  • To execute the program via CMD or Terminal, must type this
node index.js --path <PATH>/<OF>/<COVERAGE>/lcov.info

or

node index.js -p <PATH>/<OF>/<COVERAGE>/lcov.info

The filename must be named as lcov.info

About

Program to create coverage badge with percentage when generating coverage info from unit tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published