istanbul-middleware icon indicating copy to clipboard operation
istanbul-middleware copied to clipboard

Connect middleware for server side code coverage using istanbul

Results 39 istanbul-middleware issues
Sort by recently updated
recently updated
newest added

Hi, I have encountered a headache. After I used NYC instrument to insert piles, the imported code was not on the first line of the file, resulting in an error...

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

This should fix https://github.com/gotwarlost/istanbul-middleware/issues/54

I am trying to get code coverage for nodejs application using istanbul but i see some flakiness. Sometimes the lcov.info contains the client side coverage and sometimes it doesnot. Any...

only made for single file formats: 'json', 'cobertura', 'clover', 'json-summary', 'lcovonly'

when I was running istanbul-middleware and babel-plugin-istanbul, then suddenly this problem disappeared: ![企业微信截图_20190429152535](https://user-images.githubusercontent.com/42990001/56881459-0e0d4c00-6a93-11e9-815c-fdc1af4f8455.png)

Subsumes #32 and adds cobertura download to resolve #39

@gotwarlost Any chance you could bump a few dependencies? I've tried to update locally but since I don't know the code base it's just too much work for me to...

Last week everything worked well. I can get the code coverage report zip file. But I today (Jan 26, 2015) update some node express and Istanbul modules and now Istanbul...