gotwarlost / istanbul-middleware

Connect middleware for server side code coverage using istanbul
Other
179 stars 96 forks source link

I got this to work, but cannot figure out where the coverage is stored in my project #49

Closed ORESoftware closed 7 years ago

ORESoftware commented 7 years ago

This is really cool. I have two questions:

  1. If I have multiple test processes writing coverage data from a selenium driver to the coverage data directory, will the results overwrite one another, or will they sum up?

  2. Where on earth is the coverage data from the front-end being written to when I call POST /coverage/client? I cannot find it! :)

ORESoftware commented 7 years ago

Ok, so I went through the codebase after using POST /coverage/reset

and it looks like coverage info is stored in memory on the server, which is fine.

But question 1 above still stands, if you can point me to information, that would help! thx

ORESoftware commented 7 years ago

Unlikely to get help on this mediocre question, so will close to save face LOL