Skip to content

Instantly share code, notes, and snippets.

@davglass
Created January 8, 2013 16:32
Show Gist options
  • Save davglass/4485240 to your computer and use it in GitHub Desktop.
Save davglass/4485240 to your computer and use it in GitHub Desktop.
yogi test --istanbul --coverage
yogi [info] using yogi@0.0.63 on node@0.8.16
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 PhantomJS@1.8.0
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