0.0.14 • Published 12 years ago

yui-coverage v0.0.14

Weekly downloads
10
License
-
Repository
-
Last release
12 years ago

YUI Code Coverage Helper

This little CLI tool will aid YUI developers with their code coverage for the library.

Install

npm -g i https://github.com/davglass/yui-coverage/tarball/master 

Usage

cd yui3/src/dd
yui-coverage

Then open a browser to: http://127.0.0.1:3000/

This will load the tests from: src/dd/tests/index.html

On the fly, it will run YUITest's test coverage tool on the files as they are loaded in the browser. Then when it's complete it will display the Code Coverage results.

Note: It will only run coverage on a module that belongs to the directory it's currently serving from. In the above example, it will only encode dd modules. This way you get code coverage for your individual module and not all of the modules in the system.

0.0.14

12 years ago

0.0.13

12 years ago

0.0.12

12 years ago

0.0.11

12 years ago

0.0.10

12 years ago

0.0.9

12 years ago

0.0.8

12 years ago

0.0.7

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.2

12 years ago