Allows processing of multiple files, it seems that the transform instrumenter would add multiple after hooks. Where only the first hook would output the correct coverage information, all others lacked coverage from subsequent files.
Couldn't find a neat stream to hook into, e.g. end event or similar, so just opted for a flag.
Allows processing of multiple files, it seems that the transform instrumenter would add multiple after hooks. Where only the first hook would output the correct coverage information, all others lacked coverage from subsequent files.
Couldn't find a neat stream to hook into, e.g.
end
event or similar, so just opted for a flag.