Created
January 8, 2013 16:32
-
-
Save davglass/4485240 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yogi test --istanbul --coverage | |
yogi [info] using [email protected] on [email protected] | |
yogi [info] using module: gallery-flickr-carousel | |
yogi [info] prepping grover tests | |
yogi [info] adding tests route | |
yogi [info] turning on coverage support in grover | |
yogi [info] launching xdr server on port 5021 | |
yogi [info] listening on: http://127.0.0.1:5020 | |
Starting Grover on 1 files with [email protected] | |
Running 15 concurrent tests at a time. | |
✔ [gallery-flickr-carousel]: Passed: 2 Failed: 0 Total: 2 (ignored 0) (0.012 seconds) 32% | |
---------------------------------+-----------+-----------+-----------+-----------+ | |
File | % Stmts |% Branches | % Funcs | % Lines | | |
---------------------------------+-----------+-----------+-----------+-----------+ | |
gallery-flickr-carousel/ | 32.69 | 16.67 | 37.5 | 32.69 | | |
gallery-flickr-carousel.js | 32.69 | 16.67 | 37.5 | 32.69 | | |
---------------------------------+-----------+-----------+-----------+-----------+ | |
All files | 32.69 | 16.67 | 37.5 | 32.69 | | |
---------------------------------+-----------+-----------+-----------+-----------+ | |
=============================== Coverage summary =============================== | |
Statements : 32.69% ( 17/52 ) | |
Branches : 16.67% ( 3/18 ) | |
Functions : 37.5% ( 6/16 ) | |
Lines : 32.69% ( 17/52 ) | |
================================================================================ | |
---------------------------------------------------------------- | |
✔ [Total]: Passed: 2 Failed: 0 Total: 2 (ignored 0) (0.012 seconds) | |
[Grover Execution Timer] 0.706 seconds | |
yogi [info] grover tests complete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment