-
Notifications
You must be signed in to change notification settings - Fork 47
Travis.ci false positive result ? #106
Comments
I am having the same issue. Is this a regression from #58 ? |
I can confirm I have the same problem, but the last commit is dated |
@emmenko Not sure, I'm going to have to investigate myself as @douglasduteil doesn't seem to have been active lately. |
Awesome, thanks!! 👍 |
@emmenko This fixes it for me: https://github.com/nathanmarks/isparta/tree/remove-process-exit-0 The |
@douglasduteil Any planned date for solve this on the main repo, so we could npm-install it fixed? Thanks. |
@pritok I've moved on to the alpha version of istanbul which works better than this lib anyways. Check out my setup here: https://github.com/callemall/material-ui |
Thanks @nathanmarks !! I was trying to fix a false test error with Travis when I run coverage (on local machine works like a charm). The error is still there though, so maybe I've messed it up somewhere else. Anyways thank you for your help! |
I use this command to run tests
babel-node node_modules/.bin/isparta cover _mocha
and here the output :But on travis.ci build is marked as passed even tests are not. Any way to don't run coverage if mocha tests are failing ? Or do I need to change something in order to travis.ci to detect tests are failed.
The text was updated successfully, but these errors were encountered: