douglasduteil / isparta

:skull: A code coverage tool for ES6 (babel/6to5)
Do What The F*ck You Want To Public License
642 stars 47 forks source link

No coverage information was collected, exit without writing coverage information #102

Closed fernandofleury closed 8 years ago

fernandofleury commented 8 years ago

I'm trying to generate cover for my tape tests:

"test": "babel-tape-runner test/**/*.js | faucet",
 "coverage": "babel-node node_modules/.bin/isparta cover test/**/*.js"

But i get this error message: No coverage information was collected, exit without writing coverage information

What am I missing here?