-
Notifications
You must be signed in to change notification settings - Fork 37
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
All unit tests pass but Coverage tests fail #126
Labels
Comments
There's a couple problems here:
It might be related to #27, though no error is raised. My packages version:
|
After trying 666 different ideas I noticed that chromedriver for linux is 64 bit. I fixed the problem by setting it to 32 bit one in rtd.conf.js. My system is Ubuntu 14.04 32 bit (installed alpha release daily build).
|
Thanks for posting back the solution. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I wrote a few unit tests for my project, and running grunt --debug execute them correctly
Executed 6 of 6 SUCCESS
.Still, grunt fails with folllowing error:
how to reproduce:
Why I am getting this error ? the Test coverage checker time changes everytime, but is always 1ms more than the thresholds. I don't understand why the thresholds value always change.
Also, while I'm running grunt with --debug, I'm not seeing any traceback. Any idea how to display them ?
Thank you for your help
Cordially
The text was updated successfully, but these errors were encountered: