gotwarlost / istanbul-middleware

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

saving coverage in case of server restart #29

Open umar-muneer opened 8 years ago

umar-muneer commented 8 years ago

I am using istaanbul-middleware to calculate live code coverage for manual tests. however, i don't seem to find a way to save the coverage incase the server restarts due to any reason. is there any feature that supports this, or do i need to create a PR?