-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
Problem with silent fail and using coveralls + mocha-webpack #433
Comments
I get the same problems with this setup:
Please advice :) |
localnerve
referenced
this issue
in localnerve/react-pwa-reference
Nov 4, 2016
@kristianmandrup coveralls needs to have lcov format pushed at it, I recommend using this approach instead:
As long as you run Feel free to reopen this issue if this doesn't do the trick for you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have this setup
First problem is that I get this stupid Exit 1 error each time.
I was successful adding silent mode here:
"test": "npm run mocha:test --silent",
how can I do the same for my coverage script?Second, when I pipe to coveralls it fails:
Since it tries to parse the output from running the mocha tests via
mocha-webpack
.What is the right way? To run it using mocha and sidestepping webpack!?
Thanks ;)
The text was updated successfully, but these errors were encountered: