1.0.0 • Published 10 years ago

json2lcov v1.0.0

Weekly downloads
18
License
MIT
Repository
github
Last release
10 years ago

json2lcov

NPM version Build Status Coverage Status Dependency Status Stories in Ready

The report data of a json-cov format are changed into a lcov format.
A conversion result is string.

Install

npm install json2lcov --save-dev

How to use

var jsoncovToLcov = require('json2lcov');
var lcov = jsoncovToLcov(jsonCovResult);

console.log(lcov);

UnitTest

npm install -g mocha mocha-lcov-reporter jscoverage
npm install
npm test
1.0.0

10 years ago

0.1.7

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

11 years ago

0.1.0

12 years ago