Krishnan Anantheswaran

Results 82 comments of Krishnan Anantheswaran

There is too little information for me to guess as to what is going on. Some things that can interfere with coverage are: - running tests in subprocesses - an...

Have you taken a look at istanbul-middleware for ideas on the general approach? https://github.com/gotwarlost/istanbul-middleware/ It won't be directly usable since your app is not a node app but here is...

Something screwy with the colon character in the path name that is confusing istanbul. Damn, I wish I had an easy way to reproduce windows issues. Do you have a...

Could you run `istanbul cover -v` and paste the output just in case there is any additional info to be had from verbose logging?

Thanks for the info. This is going to be really tricky, if not impossible.... Bascially, the "command processing" is done using `node-which` and the result of this operation is assumed...

Also, off-topic - does the HTML reporting work correctly on Windows? I don't have a single test for this and it's the reporting that has path-delimiter specific code.

Let me work on getting a Windows machine up and running - I think I'll pinch my son's machine for this. Totally agree that everything should work the same on...

ok, so the "magic" expansion of commands to JS files only works on Mac/ Unix because the executable files directly resolve to the JS files that have shebangs in them....

right - `describe` is added as a global by mocha.

See my previous comment, reproduced for your benefit: so the "magic" expansion of commands to JS files only works on Mac/ Unix because the executable files directly resolve to the...