-
Notifications
You must be signed in to change notification settings - Fork 258
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
Errors even though test passes #53
Comments
It's probably easy to just follow the istanbul example in the README, or steal an example from one of my Makefiles: https://github.com/cainus/urlgrey/blob/master/Makefile#L36 . I'm going to guess that the issue is that you're running |
Yea I just tried that, it works now. What's the difference? |
@ilanbiala @cainus Im getting this exact same error right now.. This is what I have in my package.json:
This is a nodejs project and Im using _mocha as can be seen above... |
Please make it more clear, regarding the |
What does this mean!?
Running
Please advice! Thanks :) |
Now trying
So how do I get my babel/webpack into the mix!? |
@kristianmandrup don't know if you are still having issues; but if you set up your .nycrc
.babelrc
Just a friendly FYI too I found out my problem was I was running my testing script in |
Thanks! I really wish utils such as these had brief configuration guides for common/modern combinations such as these :) |
If someone is having this issue in 2019, please read this blog: https://medium.com/@asciidev/when-coveralls-made-me-pull-a-hair-a41118bd8a73 Basically you need to run nyc with
|
I am using CircleCi and Jest for testing. In package.json
Removing the |
I've faced a similar problem, hope this post might help you a little bit. |
I get an error after all my tests pass.
I'm using Mocha and Istanbul.
This is my test statement by the way:
Any thoughts?
The text was updated successfully, but these errors were encountered: