Program to create coverage badge with percentage when generating coverage info from unit tests. The badge is generated on an SVG file.
- 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