cenfun / monocart-coverage-reports

A code coverage tool to generate native V8 reports or Istanbul reports.
MIT License
69 stars 6 forks source link

Does it work in parallel mode? #6

Closed stevez closed 8 months ago

stevez commented 8 months ago

I tried your report in parallel mode, so far I didn't find any issues. I want to confirm if it supports parallel mode out of the box? Or we need to write some specific code to handle it?

cenfun commented 8 months ago

yes, it supports in parallel mode without any specific code.