douglasduteil / isparta

:skull: A code coverage tool for ES6 (babel/6to5)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demo not working

opened this issue · comments

I had problems to get isparta to work with my project, so I wanted to try the demo:

Usage

Not all the istanbul command/options are available with isparta
Consult isparta -h for more information

Here is an example to run a coverage over mocha tests

babel-node node_modules/isparta/bin/isparta cover --report text --report html node_modules/mocha/bin/_mocha -- --reporter dot   

douglasduteil/study-node-path-es6 demo the working cli

The tests are executed, but no coverage report generated:
No coverage information was collected, exit without writing coverage information

screen shot 2016-06-07 at 17 50 08

node version: v5.9.1

Same issue here.