gotwarlost / istanbul-middleware

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

Fix archiver zip issue with node >16 #64

Open pkundu06 opened 2 years ago

pkundu06 commented 2 years ago

with node >=16 archiver lib is broken, thus not downloading/ corrupting the zip report this PR is to fix that by using admzip

pkundu06 commented 2 years ago

@gotwarlost @mcollina @arboleya @harking