-
-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code coverage with Istanbul #2
Comments
Istanbul 1.0 alpha. |
So I'm trying the alpha as you suggested, but I still get no info coming out. Here's the command:
Test passes fine, but it prints:
Am I missing something? I'm on istanbul 1.0 alpha 2. Thanks, Silvio |
Think I solved it! For the curious, you need an
And it seemed to work. |
I still can't make it work with Without istanbul the tests run fin with jasmine. |
I found this comment very helpful. Basically use |
@jonaskello that's what I end up using, |
I spent a long time trying to resolve this already, but can't find a decent solution. I started based on https://github.com/babel/babel/blob/master/packages/babel/src/api/register/node.js with
process.env.running_under_istanbul
and got it executing but got stuck with no coverage information coming out.The text was updated successfully, but these errors were encountered: