Skip to content

dwabyick/json2htmlcov

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert json-cov to html-cov for mocha

Motivation

This is a standalone npm binary to convert json-cov to html-cov for mocha, straight forward repackaged code from this thread, as pointed out by lazd.

Install

npm install -g json2htmlcov

Usage

$cat cov.json | json2htmlcov > cov.html

Note

There is another useful json-cov to cobertura xml format tool: mocha-cobertura-reporter, also using jade to render xml from json-cov.

About

convert json-cov to html-cov for mocha

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%