Detalhes do pacote

jscover

fengmk25.5kMIT1.0.0

node wrap for JSCover.

jscover, JSCover, jscoverage

readme (leia-me)

jscover

node wrap for JSCover.

  • jscoverage: 94%

Install

$ npm install jscover -g

Usage

Just like jscoverage

# jscoverage lib lib-cov
$ jscover lib lib-cov

Authors

$ git summary

 project  : jscover
 repo age : 4 months
 active   : 9 days
 commits  : 30
 files    : 18
 authors  :
    30  fengmk2                 100.0%

License

MIT

changelog (log de mudanças)

1.0.0 / 2015-04-27

  • Turn off console logging for newer JSCover (@saper)

0.2.4 / 2013-02-25

  • change JSCover.jar to 0.1.1, fixed 0.2.x not work with mocha problem.

0.2.3 / 2013-02-18

  • update JSCover-all.jar to 0.2.3
  • keep same version with JSCover-all.jar
  • remove 0.6 from travis

0.2.2 / 2013-01-31

  • update JSCover to 0.2.1

0.2.1 / 2012-12-12

  • fixed "must not be in the source directory"

0.2.0 / 2012-12-11

  • update JSCover to v0.1.1
  • remove 0.9 from travis

0.1.1 / 2012-11-05

  • fixed unittest for node0.6.x
  • use random temp dir name

0.1.0 / 2012-11-04

  • support windows env
  • add more test cases
  • add subdir test case

0.0.4 / 2012-11-04

  • fixed #1 support no-ascii char

0.0.3 / 2012-11-03

  • remove commander, support jscover . cov

0.0.2 / 2012-11-03

  • add logo
  • fixed bin script bug

0.0.1 / 2012-11-03

  • add Makefile
  • finish first version
  • commander mode init
  • Initial commit