gotwarlost / istanbul-middleware

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

Cannot reset coverage #36

Closed Muesly closed 7 years ago

Muesly commented 7 years ago

I've tried sending a POST to the /reset endpoint and it replies with {"ok":true}. However the /coverage endpoint still shows the results of the previous run.

How do I delete the results? I can't find where the files are stored either.

Thanks